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