HDInsightClusterResource.GetClusterMonitoringExtensionStatus 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.
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
- Default Api Version: 2024-08-01-preview
public virtual Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus> GetClusterMonitoringExtensionStatus (System.Threading.CancellationToken cancellationToken = default);
abstract member GetClusterMonitoringExtensionStatus : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus>
override this.GetClusterMonitoringExtensionStatus : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightClusterExtensionStatus>
Public Overridable Function GetClusterMonitoringExtensionStatus (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightClusterExtensionStatus)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.