次の方法で共有


ClusterIdentity コンストラクター

定義

オーバーロード

ClusterIdentity()

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

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

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

ClusterIdentity()

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

public ClusterIdentity ();
Public Sub New ()

適用対象

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

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

public ClusterIdentity (string principalId = default, string tenantId = default, string type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.HDInsight.Models.UserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.HDInsight.Models.UserAssignedIdentity> -> Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing)

パラメーター

principalId
String

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

tenantId
String

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

type
String

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

userAssignedIdentities
IDictionary<String,UserAssignedIdentity>

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

適用対象