Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CassandraClusters

Package version

Interface representing a CassandraClusters.

Hierarchy

  • CassandraClusters

Implemented by

Index

Methods

beginCreateUpdate

beginCreateUpdateAndWait

beginDeallocate

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • clusterName: string

      Managed Cassandra cluster name.

    • Optional options: CassandraClustersDeallocateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeallocateAndWait

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • clusterName: string

      Managed Cassandra cluster name.

    • Optional options: CassandraClustersDeallocateOptionalParams

      The options parameters.

    Returns Promise<void>

beginDelete

beginDeleteAndWait

beginInvokeCommand

beginInvokeCommandAndWait

beginStart

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • clusterName: string

      Managed Cassandra cluster name.

    • Optional options: CassandraClustersStartOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginStartAndWait

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • clusterName: string

      Managed Cassandra cluster name.

    • Optional options: CassandraClustersStartOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

getBackup

listBackups

listByResourceGroup

listBySubscription

status

Generated using TypeDoc