Compartilhar via


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

Definição

Substitui as chaves do cluster.

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

Parâmetros

clusterKeys
IList<ClusterKey>

A lista da chave de cluster de tabela do Cassandra.

Retornos

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

Aplica-se a