CassandraClusterResource.InvokeCommandAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput>> InvokeCommandAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody body, System.Threading.CancellationToken cancellationToken = default);
abstract member InvokeCommandAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput>>
override this.InvokeCommandAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.CassandraCommandPostBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.Models.CassandraCommandOutput>>
Public Overridable Function InvokeCommandAsync (waitUntil As WaitUntil, body As CassandraCommandPostBody, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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