次の方法で共有


UniqueKeyPolicy コンストラクター

定義

オーバーロード

UniqueKeyPolicy()

UniqueKeyPolicy クラスの新しいインスタンスを初期化します。

UniqueKeyPolicy(IList<UniqueKey>)

UniqueKeyPolicy クラスの新しいインスタンスを初期化します。

UniqueKeyPolicy()

UniqueKeyPolicy クラスの新しいインスタンスを初期化します。

public UniqueKeyPolicy ();
Public Sub New ()

適用対象

UniqueKeyPolicy(IList<UniqueKey>)

UniqueKeyPolicy クラスの新しいインスタンスを初期化します。

public UniqueKeyPolicy (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey> uniqueKeys = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKeyPolicy
Public Sub New (Optional uniqueKeys As IList(Of UniqueKey) = Nothing)

パラメーター

uniqueKeys
IList<UniqueKey>

Azure Cosmos DB サービスのコレクション内のドキュメントに一意性制約を適用する の一意キーの一覧。

適用対象