Uses of Class
com.azure.resourcemanager.cosmos.models.CommandPostBody
Packages that use CommandPostBody
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of CommandPostBody in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type CommandPostBodyModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CommandOutputInner>, CommandOutputInner> CassandraClustersClient.beginInvokeCommand
(String resourceGroupName, String clusterName, CommandPostBody body) Invoke a command like nodetool for cassandra maintenance.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CommandOutputInner>, CommandOutputInner> CassandraClustersClient.beginInvokeCommand
(String resourceGroupName, String clusterName, CommandPostBody body, com.azure.core.util.Context context) Invoke a command like nodetool for cassandra maintenance.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<CommandOutputInner>, CommandOutputInner> CassandraClustersClient.beginInvokeCommandAsync
(String resourceGroupName, String clusterName, CommandPostBody body) Invoke a command like nodetool for cassandra maintenance.CassandraClustersClient.invokeCommand
(String resourceGroupName, String clusterName, CommandPostBody body) Invoke a command like nodetool for cassandra maintenance.CassandraClustersClient.invokeCommand
(String resourceGroupName, String clusterName, CommandPostBody body, com.azure.core.util.Context context) Invoke a command like nodetool for cassandra maintenance.CassandraClustersClient.invokeCommandAsync
(String resourceGroupName, String clusterName, CommandPostBody body) Invoke a command like nodetool for cassandra maintenance.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CassandraClustersClient.invokeCommandWithResponseAsync
(String resourceGroupName, String clusterName, CommandPostBody body) Invoke a command like nodetool for cassandra maintenance. -
Uses of CommandPostBody in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CommandPostBodyModifier and TypeMethodDescriptionstatic CommandPostBody
CommandPostBody.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CommandPostBody from the JsonReader.CommandPostBody.withArguments
(Map<String, String> arguments) Set the arguments property: The arguments for the command to be run.CommandPostBody.withCassandraStopStart
(Boolean cassandraStopStart) Set the cassandraStopStart property: If true, stops cassandra before executing the command and then start it again.CommandPostBody.withCommand
(String command) Set the command property: The command which should be run.Set the host property: IP address of the cassandra host to run the command on.CommandPostBody.withReadwrite
(Boolean readwrite) Set the readwrite property: If true, allows the command to *write* to the cassandra directory, otherwise read-only.