/// <summary>
 /// The Get namespace Delete Operation Status operation returns the
 /// status of the delete operation. After calling the operation, you
 /// can call Get namespace Delete Operation Status to determine
 /// whether the operation has succeeded, failed, or is still in
 /// progress. This method differs from GetLongRunningOperationStatus
 /// in providing NotificationHub service resource description.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.
 /// </param>
 /// <param name='operationStatusLink'>
 /// Required. Location value returned by the Begin operation.
 /// </param>
 /// <returns>
 /// The response of the CreateOrUpdate Api Management service long
 /// running operation.
 /// </returns>
 public static Task <NamespaceLongRunningResponse> GetDeleteNamespaceOperationStatusAsync(this INamespaceOperations operations, string operationStatusLink)
 {
     return(operations.GetDeleteNamespaceOperationStatusAsync(operationStatusLink, CancellationToken.None));
 }