次の方法で共有


CassandraClustersOperationsExtensions.BeginStart メソッド

定義

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

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

パラメーター

operations
ICassandraClustersOperations

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

resourceGroupName
String

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

clusterName
String

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

適用対象