CassandraClusterResource.InvokeCommand Method

Definition

Invoke a command like nodetool for cassandra maintenance

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/invokeCommand
  • Operation Id: CassandraClusters_InvokeCommand
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraClusterResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput> InvokeCommand (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody body, System.Threading.CancellationToken cancellationToken = default);
abstract member InvokeCommand : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput>
override this.InvokeCommand : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput>
Public Overridable Function InvokeCommand (waitUntil As WaitUntil, body As CassandraCommandPostBody, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CassandraCommandOutput)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

body
CassandraCommandPostBody

Specification which command to run where.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

body is null.

Applies to