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