次の方法で共有


ArmIdentity コンストラクター

定義

オーバーロード

ArmIdentity()

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

ArmIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ArmUserIdentity>)

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

ArmIdentity()

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

public ArmIdentity();
Public Sub New ()

適用対象

ArmIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ArmUserIdentity>)

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

public ArmIdentity(string principalId = default, string tenantId = default, Microsoft.Azure.Management.IotHub.Models.ResourceIdentityType? type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.IotHub.Models.ArmUserIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.IotHub.Models.ArmIdentity : string * string * Nullable<Microsoft.Azure.Management.IotHub.Models.ResourceIdentityType> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.IotHub.Models.ArmUserIdentity> -> Microsoft.Azure.Management.IotHub.Models.ArmIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, ArmUserIdentity) = Nothing)

パラメーター

principalId
String

プリンシパル ID

tenantId
String

テナント ID

type
Nullable<ResourceIdentityType>

リソースに使用される ID の種類。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

userAssignedIdentities
IDictionary<String,ArmUserIdentity>

適用対象