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