次の方法で共有


IWithClusterKey.WithClusterKeysReplace(IList<ClusterKey>) メソッド

定義

クラスター キーを置き換えます。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithClusterKeysReplace (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> clusterKeys);
abstract member WithClusterKeysReplace : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithClusterKeysReplace (clusterKeys As IList(Of ClusterKey)) As IUpdate

パラメーター

clusterKeys
IList<ClusterKey>

Cassandra テーブル クラスター キーの一覧。

戻り値

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

適用対象