次の方法で共有


UserProperties コンストラクター

定義

オーバーロード

UserProperties()

Azure Cosmos DB サービスの クラスの UserProperties 新しいインスタンスを初期化します。

UserProperties(String)

Azure Cosmos DB サービスの クラスの UserProperties 新しいインスタンスを初期化します。

UserProperties()

ソース:
UserProperties.cs

Azure Cosmos DB サービスの クラスの UserProperties 新しいインスタンスを初期化します。

protected UserProperties ();
Protected Sub New ()

適用対象

UserProperties(String)

ソース:
UserProperties.cs

Azure Cosmos DB サービスの クラスの UserProperties 新しいインスタンスを初期化します。

public UserProperties (string id);
new Microsoft.Azure.Cosmos.UserProperties : string -> Microsoft.Azure.Cosmos.UserProperties
Public Sub New (id As String)

パラメーター

id
String

Azure Cosmos サービス内のリソースの ID。

適用対象