次の方法で共有


IWithPartitionKey.WithPartitionKeysAppend メソッド

定義

すべてのパーティション キーを追加します。

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

パラメーター

partitionKeys
IList<CassandraPartitionKey>

Cassandra テーブルのパーティション キーの一覧。

戻り値

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

適用対象