IWithUniqueKeyPolicy<ParentT>.WithUniqueKey(UniqueKey) Method

Definition

Specifies a unique key appended to original list.

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<ParentT> WithUniqueKey (Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey uniqueKey);
abstract member WithUniqueKey : Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Definition.IWithAttach<'ParentT>
Public Function WithUniqueKey (uniqueKey As UniqueKey) As IWithAttach(Of ParentT)

Parameters

uniqueKey
UniqueKey

A unique key.

Returns

The next stage of the definition.

Applies to