次の方法で共有


KustoDatabaseCallerRole 構造体

定義

KustoDatabaseCallerRole。

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

コンストラクター

KustoDatabaseCallerRole(String)

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

プロパティ

Admin

管理者。

None

[なし] :

メソッド

Equals(KustoDatabaseCallerRole)

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

ToString()

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

演算子

Equality(KustoDatabaseCallerRole, KustoDatabaseCallerRole)

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

Implicit(String to KustoDatabaseCallerRole)

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

Inequality(KustoDatabaseCallerRole, KustoDatabaseCallerRole)

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

適用対象