Freigeben über


IWithClusterKey.WithClusterKeysAppend(IList<ClusterKey>) Methode

Definition

Fügt alle Clusterschlüssel an.

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

Parameter

clusterKeys
IList<ClusterKey>

Die Liste des Cassandra-Tabellenclusterschlüssels.

Gibt zurück

Die nächste Phase des Updates.

Gilt für: