IWithUniqueKeyPolicy.WithUniqueKeys(IList<UniqueKey>) Method

Definition

Appends the list of unique key.

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate WithUniqueKeys (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey> uniqueKeys);
abstract member WithUniqueKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey> -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate
Public Function WithUniqueKeys (uniqueKeys As IList(Of UniqueKey)) As IUpdate

Parameters

uniqueKeys
IList<UniqueKey>

The list of unique key.

Returns

The next stage of the update.

Applies to