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

IWithClusterKey<ParentT>.WithClusterKey 方法

定义

重载

WithClusterKey(ClusterKey)

指定 Cassandra 表群集键。

WithClusterKey(String, String)

指定 Cassandra 群集密钥。

WithClusterKey(ClusterKey)

指定 Cassandra 表群集键。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> 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.Definition.IWithAttach<'ParentT>
Public Function WithClusterKey (clusterKey As ClusterKey) As IWithAttach(Of ParentT)

参数

clusterKey
ClusterKey

Cassandra 表群集键。

返回

定义的下一阶段。

适用于

WithClusterKey(String, String)

指定 Cassandra 群集密钥。

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> WithClusterKey (string name, string orderBy);
abstract member WithClusterKey : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<'ParentT>
Public Function WithClusterKey (name As String, orderBy As String) As IWithAttach(Of ParentT)

参数

name
String

Cassandra 群集密钥的名称。

orderBy
String

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

返回

定义的下一阶段。

适用于