次の方法で共有


IWithUniqueKeyPolicy.WithUniqueKeys(IList<UniqueKey>) メソッド

定義

一意キーの一覧を追加します。

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

パラメーター

uniqueKeys
IList<UniqueKey>

一意キーの一覧。

戻り値

更新プログラムの次のステージ。

適用対象