You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// 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.
802
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
803
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
804
+
/// reserved the data disk. This won't do anything on an already deallocated
805
+
/// cluster. Use Start to restart the cluster.
802
806
/// </summary>
803
807
/// <param name='resourceGroupName'>
804
808
/// The name of the resource group. The name is case insensitive.
/// 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.
827
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
828
+
/// start the host virtual machine of this cluster with reserved data disk.
829
+
/// This won't do anything on an already running cluster. Use Deallocate to
830
+
/// deallocate the cluster.
824
831
/// </summary>
825
832
/// <param name='resourceGroupName'>
826
833
/// The name of the resource group. The name is case insensitive.
0 commit comments