次の方法で共有


ClusterPrincipalAssignment コンストラクター

定義

オーバーロード

ClusterPrincipalAssignment()

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

ClusterPrincipalAssignment(String, String, String, String, String, String, String, String, String, String, String)

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

ClusterPrincipalAssignment()

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

public ClusterPrincipalAssignment ();
Public Sub New ()

適用対象

ClusterPrincipalAssignment(String, String, String, String, String, String, String, String, String, String, String)

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

public ClusterPrincipalAssignment (string principalId, string role, string principalType, string id = default, string name = default, string type = default, string tenantId = default, string tenantName = default, string principalName = default, string provisioningState = default, string aadObjectId = default);
new Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment : string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment
Public Sub New (principalId As String, role As String, principalType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tenantId As String = Nothing, Optional tenantName As String = Nothing, Optional principalName As String = Nothing, Optional provisioningState As String = Nothing, Optional aadObjectId As String = Nothing)

パラメーター

principalId
String

クラスター プリンシパルに割り当てられたプリンシパル ID。 ユーザーの電子メール、アプリケーション ID、またはセキュリティ グループ名を指定できます。

role
String

クラスター プリンシパルロール。 使用可能な値は、'AllDatabasesAdmin'、'AllDatabasesViewer' です。

principalType
String

プリンシパルの種類。 使用可能な値は、'App'、'Group'、'User' です。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

tenantId
String

プリンシパルのテナント ID

tenantName
String

プリンシパルのテナント名

principalName
String

プリンシパル名

provisioningState
String

リソースのプロビジョニング済み状態。 指定できる値は、'Running'、'Creating'、'Deleting'、'Succeeded'、'Failed'、'Moving' です。

aadObjectId
String

AAD (Azure Active Directory) のサービス プリンシパル オブジェクト ID

適用対象