次の方法で共有


ManagedServiceIdentity コンストラクター

定義

オーバーロード

ManagedServiceIdentity()

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

ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>)

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

ManagedServiceIdentity()

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

public ManagedServiceIdentity ();
Public Sub New ()

適用対象

ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>)

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

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

パラメーター

type
Nullable<ManagedServiceIdentityType>

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

tenantId
String

マネージド サービス ID のテナント。

principalId
String

マネージド サービス ID のプリンシパル ID。

userAssignedIdentities
IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>

リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー ID ディクショナリ キー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。

適用対象