Freigeben über


CassandraClustersOperationsExtensions.InvokeCommand Methode

Definition

Aufrufen eines Befehls wie nodetool für die Cassandra-Wartung

public static Microsoft.Azure.Management.CosmosDB.Models.CommandOutput InvokeCommand (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.CosmosDB.Models.CommandPostBody body);
static member InvokeCommand : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string * Microsoft.Azure.Management.CosmosDB.Models.CommandPostBody -> Microsoft.Azure.Management.CosmosDB.Models.CommandOutput
<Extension()>
Public Function InvokeCommand (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String, body As CommandPostBody) As CommandOutput

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.

body
CommandPostBody

Angeben, welcher Befehl wo ausgeführt werden soll

Gibt zurück

Gilt für: