次の方法で共有


IWithClusterKey.WithoutClusterKey(String) メソッド

定義

Cassandra クラスター キーを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithoutClusterKey(string name);
abstract member WithoutClusterKey : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithoutClusterKey (name As String) As IUpdate

パラメーター

name
String

Cassandra クラスター キーの名前。

戻り値

更新プログラムの次のステージ。

適用対象