/// <summary>
 /// Long running delete request, service returns a 500, then a  202 to the
 /// initial request, with an entity that contains ProvisioningState=’Accepted’.
 /// Polls return this value until the last poll returns a ‘200’ with
 /// ProvisioningState=’Succeeded’
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static Product BeginDeleteProvisioning202Accepted200Succeeded(this ILRORetrysOperations operations)
 {
     return(operations.BeginDeleteProvisioning202Accepted200SucceededAsync().GetAwaiter().GetResult());
 }