次の方法で共有


PhoenixAuthenticationType 構造体

定義

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

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

コンストラクター

PhoenixAuthenticationType(String)

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

プロパティ

Anonymous

Anonymous

UsernameAndPassword

UsernameAndPassword。

WindowsAzureHDInsightService

WindowsAzureHDInsightService。

メソッド

Equals(PhoenixAuthenticationType)

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

ToString()

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

演算子

Equality(PhoenixAuthenticationType, PhoenixAuthenticationType)

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

Implicit(String to PhoenixAuthenticationType)

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

Inequality(PhoenixAuthenticationType, PhoenixAuthenticationType)

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

適用対象