次の方法で共有


ApplicationUserAssignedIdentity(String, Guid) コンストラクター

定義

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

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

パラメーター

name
String

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

principalId
Guid

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

例外

name が null です。

適用対象