次の方法で共有


UniqueKey コンストラクター

定義

オーバーロード

UniqueKey()

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

UniqueKey(IList<String>)

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

UniqueKey()

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

public UniqueKey ();
Public Sub New ()

適用対象

UniqueKey(IList<String>)

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

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

パラメーター

paths
IList<String>

パスの一覧は、Azure Cosmos DB サービス内のドキュメントごとに一意である必要があります

適用対象