次の方法で共有


TeamDeskAuthenticationType 構造体

定義

使用する認証の種類。

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

コンストラクター

TeamDeskAuthenticationType(String)

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

プロパティ

Basic

基本。

Token

トークン。

メソッド

Equals(TeamDeskAuthenticationType)

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

ToString()

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

演算子

Equality(TeamDeskAuthenticationType, TeamDeskAuthenticationType)

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

Implicit(String to TeamDeskAuthenticationType)

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

Inequality(TeamDeskAuthenticationType, TeamDeskAuthenticationType)

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

適用対象