/// <summary>
 /// Gets the status of the Delete operation.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.HDInsight.IClusterOperations.
 /// </param>
 /// <param name='operationStatusLink'>
 /// Required. Location value returned by the Begin operation.
 /// </param>
 /// <returns>
 /// The GetCluster operation response.
 /// </returns>
 public static Task <ClusterGetResponse> GetDeleteStatusAsync(this IClusterOperations operations, string operationStatusLink)
 {
     return(operations.GetDeleteStatusAsync(operationStatusLink, CancellationToken.None));
 }