次の方法で共有


CassandraClustersOperationsExtensions.BeginInvokeCommandAsync メソッド

定義

cassandra メンテナンスのために nodetool などのコマンドを呼び出す

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)

パラメーター

operations
ICassandraClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName
String

マネージド Cassandra クラスター名。

body
CommandPostBody

実行するコマンドを指定する場所

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象