Freigeben über


CassandraClustersOperationsExtensions.StatusAsync Methode

Definition

Ruft die Statistiken zur CPU-, Arbeitsspeicher- und Datenträgernutzung für jeden Cassandra-Knoten in einem Cluster ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatus> StatusAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member StatusAsync : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.CassandraClusterPublicStatus>
<Extension()>
Public Function StatusAsync (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CassandraClusterPublicStatus)

Parameter

operations
ICassandraClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

clusterName
String

Name des verwalteten Cassandra-Clusters.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: