DataProductUserRole 構造体

定義

データ型の状態。

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

コンストラクター

DataProductUserRole(String)

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

プロパティ

Reader

Reader 型のユーザーを指定するフィールド。

SensitiveReader

SensitiveReader 型のユーザーを指定するフィールド。 このユーザーは、データ製品の機密データを読み取る特権アクセス権を持っています。

メソッド

Equals(DataProductUserRole)

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

ToString()

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

演算子

Equality(DataProductUserRole, DataProductUserRole)

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

Implicit(String to DataProductUserRole)

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

Inequality(DataProductUserRole, DataProductUserRole)

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

適用対象