次の方法で共有


ApplicationUserAssignedIdentity コンストラクター

定義

オーバーロード

ApplicationUserAssignedIdentity()

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

ApplicationUserAssignedIdentity(String, String)

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

ApplicationUserAssignedIdentity()

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

public ApplicationUserAssignedIdentity();
Public Sub New ()

適用対象

ApplicationUserAssignedIdentity(String, String)

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

public ApplicationUserAssignedIdentity(string name, string principalId);
new Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity : string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity
Public Sub New (name As String, principalId As String)

パラメーター

name
String

ユーザー割り当て ID のフレンドリ名。

principalId
String

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

適用対象