次の方法で共有


CassandraClustersOperationsExtensions.Deallocate メソッド

定義

マネージド Cassandra クラスターと関連するデータ センターの割り当てを解除します。 割り当てを解除すると、このクラスターのホスト仮想マシンの割り当てが解除され、データ ディスクが予約されます。 これは、既に割り当て解除されたクラスターでは何も行われません。 [開始] を使用してクラスターを再起動します。

public static void Deallocate (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName);
static member Deallocate : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string -> unit
<Extension()>
Public Sub Deallocate (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String)

パラメーター

operations
ICassandraClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName
String

マネージド Cassandra クラスター名。

適用対象