ZendeskAuthenticationType 構造体

定義

使用する認証の種類。

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

コンストラクター

ZendeskAuthenticationType(String)

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

プロパティ

Basic

基本。

Token

トークン。

メソッド

Equals(ZendeskAuthenticationType)

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

ToString()

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

演算子

Equality(ZendeskAuthenticationType, ZendeskAuthenticationType)

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

Implicit(String to ZendeskAuthenticationType)

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

Inequality(ZendeskAuthenticationType, ZendeskAuthenticationType)

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

適用対象