/// <summary> /// Gets the status of the Create 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> GetCreateStatusAsync(this IClusterOperations operations, string operationStatusLink) { return(operations.GetCreateStatusAsync(operationStatusLink, CancellationToken.None)); }