Compartilhar via


IWithClusterKey.WithClusterKeysAppend(IList<ClusterKey>) Método

Definição

Acrescenta todas as chaves de cluster.

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

Parâmetros

clusterKeys
IList<ClusterKey>

A lista da chave de cluster da tabela do Cassandra.

Retornos

O próximo estágio da atualização.

Aplica-se a