次の方法で共有


DatabasePrincipalAssignment クラス

定義

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

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

コンストラクター

DatabasePrincipalAssignment()

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

DatabasePrincipalAssignment(String, String, String, String, String, String, String, String, String, String, String)

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

プロパティ

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'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。

Role

データベース プリンシパル ロールを取得または設定します。 使用できる値は、'管理'、'Ingestor'、'Monitor'、'User'、'UnrestrictedViewer'、'Viewer' です。

TenantId

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

TenantName

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

Type

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

(継承元 Resource)

メソッド

Validate()

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

適用対象