Sdílet prostřednictvím


ICassandraClustersOperations Interface

Definition

CassandraClustersOperations operations.

public interface ICassandraClustersOperations
type ICassandraClustersOperations = interface
Public Interface ICassandraClustersOperations

Methods

BeginCreateUpdateWithHttpMessagesAsync(String, String, ClusterResource, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

BeginDeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a managed Cassandra cluster.

BeginInvokeCommandWithHttpMessagesAsync(String, String, CommandPostBody, Dictionary<String,List<String>>, CancellationToken)

Invoke a command like nodetool for cassandra maintenance

BeginStartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

BeginUpdateWithHttpMessagesAsync(String, String, ClusterResource, Dictionary<String,List<String>>, CancellationToken)

Updates some of the properties of a managed Cassandra cluster.

CreateUpdateWithHttpMessagesAsync(String, String, ClusterResource, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

DeallocateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a managed Cassandra cluster.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the properties of a managed Cassandra cluster.

InvokeCommandWithHttpMessagesAsync(String, String, CommandPostBody, Dictionary<String,List<String>>, CancellationToken)

Invoke a command like nodetool for cassandra maintenance

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all managed Cassandra clusters in this resource group.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List all managed Cassandra clusters in this subscription.

StartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

StatusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.

UpdateWithHttpMessagesAsync(String, String, ClusterResource, Dictionary<String,List<String>>, CancellationToken)

Updates some of the properties of a managed Cassandra cluster.

Extension Methods

BeginCreateUpdate(ICassandraClustersOperations, String, String, ClusterResource)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

BeginCreateUpdateAsync(ICassandraClustersOperations, String, String, ClusterResource, CancellationToken)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

BeginDeallocate(ICassandraClustersOperations, String, String)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

BeginDeallocateAsync(ICassandraClustersOperations, String, String, CancellationToken)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

BeginDelete(ICassandraClustersOperations, String, String)

Deletes a managed Cassandra cluster.

BeginDeleteAsync(ICassandraClustersOperations, String, String, CancellationToken)

Deletes a managed Cassandra cluster.

BeginInvokeCommand(ICassandraClustersOperations, String, String, CommandPostBody)

Invoke a command like nodetool for cassandra maintenance

BeginInvokeCommandAsync(ICassandraClustersOperations, String, String, CommandPostBody, CancellationToken)

Invoke a command like nodetool for cassandra maintenance

BeginStart(ICassandraClustersOperations, String, String)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

BeginStartAsync(ICassandraClustersOperations, String, String, CancellationToken)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

BeginUpdate(ICassandraClustersOperations, String, String, ClusterResource)

Updates some of the properties of a managed Cassandra cluster.

BeginUpdateAsync(ICassandraClustersOperations, String, String, ClusterResource, CancellationToken)

Updates some of the properties of a managed Cassandra cluster.

CreateUpdate(ICassandraClustersOperations, String, String, ClusterResource)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

CreateUpdateAsync(ICassandraClustersOperations, String, String, ClusterResource, CancellationToken)

Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.

Deallocate(ICassandraClustersOperations, String, String)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

DeallocateAsync(ICassandraClustersOperations, String, String, CancellationToken)

Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won't do anything on an already deallocated cluster. Use Start to restart the cluster.

Delete(ICassandraClustersOperations, String, String)

Deletes a managed Cassandra cluster.

DeleteAsync(ICassandraClustersOperations, String, String, CancellationToken)

Deletes a managed Cassandra cluster.

Get(ICassandraClustersOperations, String, String)

Get the properties of a managed Cassandra cluster.

GetAsync(ICassandraClustersOperations, String, String, CancellationToken)

Get the properties of a managed Cassandra cluster.

InvokeCommand(ICassandraClustersOperations, String, String, CommandPostBody)

Invoke a command like nodetool for cassandra maintenance

InvokeCommandAsync(ICassandraClustersOperations, String, String, CommandPostBody, CancellationToken)

Invoke a command like nodetool for cassandra maintenance

ListByResourceGroup(ICassandraClustersOperations, String)

List all managed Cassandra clusters in this resource group.

ListByResourceGroupAsync(ICassandraClustersOperations, String, CancellationToken)

List all managed Cassandra clusters in this resource group.

ListBySubscription(ICassandraClustersOperations)

List all managed Cassandra clusters in this subscription.

ListBySubscriptionAsync(ICassandraClustersOperations, CancellationToken)

List all managed Cassandra clusters in this subscription.

Start(ICassandraClustersOperations, String, String)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

StartAsync(ICassandraClustersOperations, String, String, CancellationToken)

Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won't do anything on an already running cluster. Use Deallocate to deallocate the cluster.

Status(ICassandraClustersOperations, String, String)

Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.

StatusAsync(ICassandraClustersOperations, String, String, CancellationToken)

Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.

Update(ICassandraClustersOperations, String, String, ClusterResource)

Updates some of the properties of a managed Cassandra cluster.

UpdateAsync(ICassandraClustersOperations, String, String, ClusterResource, CancellationToken)

Updates some of the properties of a managed Cassandra cluster.

Applies to