次の方法で共有


OpenAuthenticationProviderType 構造体

定義

認証ポリシー プロバイダーの種類を開きます。

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

コンストラクター

OpenAuthenticationProviderType(String)

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

プロパティ

AAD

Aad。

メソッド

Equals(OpenAuthenticationProviderType)

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

ToString()

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

演算子

Equality(OpenAuthenticationProviderType, OpenAuthenticationProviderType)

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

Implicit(String to OpenAuthenticationProviderType)

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

Inequality(OpenAuthenticationProviderType, OpenAuthenticationProviderType)

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

適用対象