Sdílet prostřednictvím


HDInsightClusterResource.GetClusterMonitoringExtensionStatusAsync Method

Definition

Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • Operation Id: Extensions_GetMonitoringStatus
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus>> GetClusterMonitoringExtensionStatusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetClusterMonitoringExtensionStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus>>
override this.GetClusterMonitoringExtensionStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus>>
Public Overridable Function GetClusterMonitoringExtensionStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HDInsightClusterExtensionStatus))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to