WebAuthenticationType 構造体

定義

Web テーブル ソースへの接続に使用される認証の種類。

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

コンストラクター

WebAuthenticationType(String)

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

プロパティ

Anonymous

Anonymous

Basic

基本。

ClientCertificate

ClientCertificate。

メソッド

Equals(WebAuthenticationType)

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

ToString()

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

演算子

Equality(WebAuthenticationType, WebAuthenticationType)

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

Implicit(String to WebAuthenticationType)

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

Inequality(WebAuthenticationType, WebAuthenticationType)

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

適用対象