次の方法で共有


CassandraCommandPostBody(String, String) コンストラクター

定義

CassandraCommandPostBody の新しいインスタンスを初期化します。

public CassandraCommandPostBody (string command, string host);
new Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody : string * string -> Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody
Public Sub New (command As String, host As String)

パラメーター

command
String

実行する必要があるコマンド。

host
String

コマンドを実行する cassandra ホストの IP アドレス。

例外

command または host が null です。

適用対象