次の方法で共有


Identity コンストラクター

定義

オーバーロード

Identity()

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

Identity(String, String, String, IDictionary<String,IdentityUserAssignedIdentitiesValue>)

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

Identity()

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

public Identity ();
Public Sub New ()

適用対象

Identity(String, String, String, IDictionary<String,IdentityUserAssignedIdentitiesValue>)

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

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

パラメーター

type
String

使用されるマネージド ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' では、すべての ID が削除されます。 使用できる値は、'None'、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned' です。

principalId
String

リソース ID のプリンシパル ID。

tenantId
String

リソースのテナント ID。

userAssignedIdentities
IDictionary<String,IdentityUserAssignedIdentitiesValue>

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

適用対象