ManagedServiceIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ManagedServiceIdentity() |
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。 |
ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,UserAssignedIdentity>) |
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。 |
ManagedServiceIdentity()
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。
public ManagedServiceIdentity ();
Public Sub New ()
適用対象
ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,UserAssignedIdentity>)
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。
public ManagedServiceIdentity (Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityType? type = default, string tenantId = default, string principalId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.UserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity : Nullable<Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityType> * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.UserAssignedIdentity> -> Microsoft.Azure.Management.WebSites.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, UserAssignedIdentity) = Nothing)
パラメーター
マネージド サービス ID の種類。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。
- tenantId
- String
マネージド サービス ID のテナント。
- principalId
- String
マネージド サービス ID のプリンシパル ID。
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー ID ディクショナリ キー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。
適用対象
Azure SDK for .NET