次の方法で共有


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

定義

すべてのクラスター キーを追加します。

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

パラメーター

clusterKeys
IList<ClusterKey>

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

戻り値

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

適用対象