Share via


IWithClusterKey.WithClusterKey Method

Definition

Overloads

WithClusterKey(ClusterKey)

Specifies a Cassandra table cluster key.

WithClusterKey(String, String)

Specifies a Cassandra cluster key.

WithClusterKey(ClusterKey)

Specifies a Cassandra table cluster key.

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

Parameters

clusterKey
ClusterKey

The Cassandra table cluster key.

Returns

The next stage of the update.

Applies to

WithClusterKey(String, String)

Specifies a Cassandra cluster key.

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

Parameters

name
String

The name of the Cassandra cluster key.

orderBy
String

The order of the Cassandra cluster key. Only support "Asc" and "Desc" in api-version 2019-08-01.

Returns

The next stage of the update.

Applies to