Freigeben über


CassandraClustersOperationsExtensions.BeginInvokeCommandAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.CommandOutput> BeginInvokeCommandAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.CosmosDB.Models.CommandPostBody body, System.Threading.CancellationToken cancellationToken = default);
static member BeginInvokeCommandAsync : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string * Microsoft.Azure.Management.CosmosDB.Models.CommandPostBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.CommandOutput>
<Extension()>
Public Function BeginInvokeCommandAsync (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String, body As CommandPostBody, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: