CassandraClustersOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for CassandraClustersOperations.
public static class CassandraClustersOperationsExtensions
type CassandraClustersOperationsExtensions = class
Public Module CassandraClustersOperationsExtensions
- Inheritance
-
CassandraClustersOperationsExtensions
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. |