次の方法で共有


AuthenticationType 構造体

定義

認証の種類。

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

コンストラクター

AuthenticationType(String)

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

プロパティ

KeyBased

KeyBased。

メソッド

Equals(AuthenticationType)

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

ToString()

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

演算子

Equality(AuthenticationType, AuthenticationType)

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

Implicit(String to AuthenticationType)

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

Inequality(AuthenticationType, AuthenticationType)

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

適用対象