Share via


CassandraCommandPostBody(String, String) Constructor

Definition

Initializes a new instance of 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)

Parameters

command
String

The command which should be run.

host
String

IP address of the cassandra host to run the command on.

Exceptions

command or host is null.

Applies to