HBaseAuthenticationType 構造体

定義

HBase サーバーへの接続に使用する認証メカニズム。

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

コンストラクター

HBaseAuthenticationType(String)

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

プロパティ

Anonymous

Anonymous

Basic

基本。

メソッド

Equals(HBaseAuthenticationType)

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

ToString()

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

演算子

Equality(HBaseAuthenticationType, HBaseAuthenticationType)

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

Implicit(String to HBaseAuthenticationType)

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

Inequality(HBaseAuthenticationType, HBaseAuthenticationType)

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

適用対象