Freigeben über


CassandraCommandPostBody(String, String) Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

command
String

Der Befehl, der ausgeführt werden soll.

host
String

IP-Adresse des Cassandra-Hosts, auf dem der Befehl ausgeführt werden soll.

Ausnahmen

command oder host ist NULL.

Gilt für: