次の方法で共有


UserIdentityProperties コンストラクター

定義

オーバーロード

UserIdentityProperties()

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

UserIdentityProperties(String, String)

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

UserIdentityProperties()

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

public UserIdentityProperties ();
Public Sub New ()

適用対象

UserIdentityProperties(String, String)

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

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

パラメーター

principalId
String

ユーザー割り当て ID のプリンシパル ID。

clientId
String

ユーザー割り当て ID のクライアント ID。

適用対象