次の方法で共有


ManagedClusterIdentity クラス

定義

マネージド クラスターの ID。

public class ManagedClusterIdentity
type ManagedClusterIdentity = class
Public Class ManagedClusterIdentity
継承
ManagedClusterIdentity

コンストラクター

ManagedClusterIdentity()

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

ManagedClusterIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedClusterIdentityUserAssignedIdentitiesValue>)

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

プロパティ

PrincipalId

マスター コンポーネントによって使用されるシステム割り当て ID のプリンシパル ID を取得します。

TenantId

マスター コンポーネントによって使用されるシステム割り当て ID のテナント ID を取得します。

Type

マネージド クラスターに使用される ID の種類を取得または設定します。 「SystemAssigned」と入力すると、マスター コンポーネントで暗黙的に作成された ID と、エージェント ノードのリソース グループ内の自動作成されたユーザー割り当て ID MC_使用されます。 型 'None' はマネージド クラスターに MSI を使用しません。代わりにサービス プリンシパルが使用されます。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'None' です。

UserAssignedIdentities

マネージド クラスターに関連付けられているユーザー ID を取得または設定します。 この ID はコントロール プレーンで使用され、ユーザー割り当て ID は 1 つだけ許可されます。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

適用対象