次の方法で共有


Identity コンストラクター

定義

オーバーロード

Identity()

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

Identity(String, String, String, IDictionary<String,UserAssignedIdentity>)

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

Identity()

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

public Identity ();
Public Sub New ()

適用対象

Identity(String, String, String, IDictionary<String,UserAssignedIdentity>)

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

public Identity (string principalId = default, string tenantId = default, string type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.ServiceBus.Models.Identity : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity> -> Microsoft.Azure.Management.ServiceBus.Models.Identity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing)

パラメーター

principalId
String

KeyVault からの ObjectId

tenantId
String

KeyVault からの TenantId

type
String

マネージド サービス ID の種類。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

userAssignedIdentities
IDictionary<String,UserAssignedIdentity>

ユーザー割り当て ID のプロパティ

適用対象