次の方法で共有


DataBoxEdgeAuthenticationType 構造体

定義

認証の種類。

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

コンストラクター

DataBoxEdgeAuthenticationType(String)

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

プロパティ

AzureActiveDirectory

AzureActiveDirectory。

Invalid

無効。

メソッド

Equals(DataBoxEdgeAuthenticationType)

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

ToString()

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

演算子

Equality(DataBoxEdgeAuthenticationType, DataBoxEdgeAuthenticationType)

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

Implicit(String to DataBoxEdgeAuthenticationType)

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

Inequality(DataBoxEdgeAuthenticationType, DataBoxEdgeAuthenticationType)

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

適用対象