你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithClusterKey.WithClusterKey 方法

定义

重载

WithClusterKey(ClusterKey)

指定 Cassandra 表群集键。

WithClusterKey(String, String)

指定 Cassandra 群集密钥。

WithClusterKey(ClusterKey)

指定 Cassandra 表群集键。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithClusterKey (Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey clusterKey);
abstract member WithClusterKey : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithClusterKey (clusterKey As ClusterKey) As IUpdate

参数

clusterKey
ClusterKey

Cassandra 表群集键。

返回

更新的下一阶段。

适用于

WithClusterKey(String, String)

指定 Cassandra 群集密钥。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithClusterKey (string name, string orderBy);
abstract member WithClusterKey : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithClusterKey (name As String, orderBy As String) As IUpdate

参数

name
String

Cassandra 群集密钥的名称。

orderBy
String

Cassandra 群集密钥的顺序。 在 API 版本 2019-08-01 中仅支持“Asc”和“Desc”。

返回

更新的下一阶段。

适用于