IWithClusterKey<ParentT>.WithClusterKeys メソッド

定義

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

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> WithClusterKeys (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> clusterKeys);
abstract member WithClusterKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<'ParentT>
Public Function WithClusterKeys (clusterKeys As IList(Of ClusterKey)) As IWithAttach(Of ParentT)

パラメーター

clusterKeys
IList<ClusterKey>

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

戻り値

定義の次のステージ。

適用対象