ExtensionOperationsExtensions.GetMonitoringStatusAsync(IExtensionOperations, String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.ClusterMonitoringResponse> GetMonitoringStatusAsync (this Microsoft.Azure.Management.HDInsight.IExtensionOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = null);
static member GetMonitoringStatusAsync : Microsoft.Azure.Management.HDInsight.IExtensionOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.ClusterMonitoringResponse>
Parameters
- operations
- IExtensionOperations
- resourceGroupName
- System.String
- clusterName
- System.String
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ClusterMonitoringResponse>