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.
1823
+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
1824
+
/// Deallocation will deallocate the host virtual machine of this cluster, and
1825
+
/// reserved the data disk. This won't do anything on an already deallocated
1826
+
/// cluster. Use Start to restart the cluster.
1823
1827
/// </summary>
1824
1828
/// <param name='resourceGroupName'>
1825
1829
/// 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.
1852
+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
1853
+
/// start the host virtual machine of this cluster with reserved data disk.
1854
+
/// This won't do anything on an already running cluster. Use Deallocate to
1855
+
/// deallocate the cluster.
1849
1856
/// </summary>
1850
1857
/// <param name='resourceGroupName'>
1851
1858
/// The name of the resource group. The name is case insensitive.
0 commit comments