Compartir a través de


HDInsightClusterResource.GetClusterMonitoringExtensionStatusAsync Método

Definición

Obtiene el estado de Operations Management Suite (OMS) en el clúster de HDInsight.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring
  • IdExtensions_GetMonitoringStatus de operaciones
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))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a