/// <summary>
 /// Long running delete request, service returns a 500, then a 202 to the
 /// initial request. Poll the endpoint indicated in the Azure-AsyncOperation
 /// header for operation status
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static LRORetrysDeleteAsyncRelativeRetrySucceededHeaders BeginDeleteAsyncRelativeRetrySucceeded(this ILRORetrysOperations operations)
 {
     return(operations.BeginDeleteAsyncRelativeRetrySucceededAsync().GetAwaiter().GetResult());
 }