次の方法で共有


ClusterIdentity クラス

定義

クラスターの ID。

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

コンストラクター

ClusterIdentity()

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

ClusterIdentity(String, String, String, IDictionary<String,UserAssignedIdentity>)

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

プロパティ

PrincipalId

クラスター ID のプリンシパル ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

TenantId

クラスターに関連付けられているテナント ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

Type

クラスターに使用される ID の種類を取得または設定します。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

UserAssignedIdentities

クラスターに関連付けられているユーザー ID の一覧を取得または設定します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

適用対象