次の方法で共有


UserIdentityContract コンストラクター

定義

オーバーロード

UserIdentityContract()

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

UserIdentityContract(String, String)

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

UserIdentityContract()

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

public UserIdentityContract ();
Public Sub New ()

適用対象

UserIdentityContract(String, String)

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

public UserIdentityContract (string provider = default, string id = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract : string * string -> Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract
Public Sub New (Optional provider As String = Nothing, Optional id As String = Nothing)

パラメーター

provider
String

ID プロバイダー名。

id
String

プロバイダー内の識別子の値。

適用対象