次の方法で共有


KustoDatabasePrincipalRole 構造体

定義

データベース プリンシパル ロール。

public readonly struct KustoDatabasePrincipalRole : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalRole>
type KustoDatabasePrincipalRole = struct
Public Structure KustoDatabasePrincipalRole
Implements IEquatable(Of KustoDatabasePrincipalRole)
継承
KustoDatabasePrincipalRole
実装

コンストラクター

KustoDatabasePrincipalRole(String)

KustoDatabasePrincipalRole の新しいインスタンスを初期化します。

プロパティ

Admin

管理者。

Ingestor

Ingestor。

Monitor

モニター。

UnrestrictedViewer

UnrestrictedViewer。

User

ユーザー。

Viewer

閲覧者。

メソッド

Equals(KustoDatabasePrincipalRole)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(KustoDatabasePrincipalRole, KustoDatabasePrincipalRole)

2 つの KustoDatabasePrincipalRole 値が同じかどうかを判断します。

Implicit(String to KustoDatabasePrincipalRole)

文字列を KustoDatabasePrincipalRole に変換します。

Inequality(KustoDatabasePrincipalRole, KustoDatabasePrincipalRole)

2 つの KustoDatabasePrincipalRole 値が同じでないかどうかを判断します。

適用対象