/// <summary>
 /// Long running delete request, service returns a 500, then a 202 to the
 /// initial request. 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 LRORetrysDelete202Retry200Headers BeginDelete202Retry200(this ILRORetrysOperations operations)
 {
     return(operations.BeginDelete202Retry200Async().GetAwaiter().GetResult());
 }