次の方法で共有


ManagedClusterIdentity コンストラクター

定義

オーバーロード

ManagedClusterIdentity()

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

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

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

ManagedClusterIdentity()

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

public ManagedClusterIdentity ();
Public Sub New ()

適用対象

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

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

public ManagedClusterIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceIdentityType? type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentity : string * string * Nullable<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceIdentityType> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentityUserAssignedIdentitiesValue> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentity
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, ManagedClusterIdentityUserAssignedIdentitiesValue) = Nothing)

パラメーター

principalId
String

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

tenantId
String

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

type
Nullable<ResourceIdentityType>

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

userAssignedIdentities
IDictionary<String,ManagedClusterIdentityUserAssignedIdentitiesValue>

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

適用対象