/// <summary> /// Fetches the result of the refresh operation triggered by the Begin /// Cancel Job operation given the URL for tracking the operation as /// returned by the Begin Cancel Job operation. /// </summary> /// <param name='operations'> /// Reference to the /// Microsoft.Azure.Management.RecoveryServices.Backup.IJobOperations. /// </param> /// <param name='operationResultLink'> /// Required. Location value returned by operation. /// </param> /// <returns> /// Job response as returned by the operation result APIs. /// </returns> public static Task <JobResponse> GetCancelOperationResultByURLAsync(this IJobOperations operations, string operationResultLink) { return(operations.GetCancelOperationResultByURLAsync(operationResultLink, CancellationToken.None)); }