次の方法で共有


UserIdentity コンストラクター

定義

オーバーロード

UserIdentity()

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

UserIdentity(String, String)

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

UserIdentity()

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

public UserIdentity();
Public Sub New ()

適用対象

UserIdentity(String, String)

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

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

パラメーター

principalId
String

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

clientId
String

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

適用対象