次の方法で共有


SynapseClusterPrincipalRole 構造体

定義

クラスター プリンシパル ロール。

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

コンストラクター

SynapseClusterPrincipalRole(String)

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

プロパティ

AllDatabasesAdmin

AllDatabasesAdmin。

AllDatabasesViewer

AllDatabasesViewer。

メソッド

Equals(SynapseClusterPrincipalRole)

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

ToString()

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

演算子

Equality(SynapseClusterPrincipalRole, SynapseClusterPrincipalRole)

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

Implicit(String to SynapseClusterPrincipalRole)

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

Inequality(SynapseClusterPrincipalRole, SynapseClusterPrincipalRole)

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

適用対象