次の方法で共有


ClusterPrincipalAssignment クラス

定義

クラスター プリンシパルの割り当てを表すクラス。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterPrincipalAssignment : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterPrincipalAssignment = class
    inherit ProxyResource
Public Class ClusterPrincipalAssignment
Inherits ProxyResource
継承
ClusterPrincipalAssignment
属性

コンストラクター

ClusterPrincipalAssignment()

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

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

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

プロパティ

AadObjectId

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

Id

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

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
PrincipalId

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

PrincipalName

プリンシパル名を取得します

PrincipalType

プリンシパルの種類を取得または設定します。 使用可能な値は、'App'、'Group'、'User' です。

ProvisioningState

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

Role

クラスター プリンシパルロールを取得または設定します。 使用可能な値は、'AllDatabasesAdmin'、'AllDatabasesViewer' です。

TenantId

プリンシパルのテナント ID を取得または設定します

TenantName

プリンシパルのテナント名を取得します

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

メソッド

Validate()

オブジェクトを検証します。

適用対象