次の方法で共有


HostPoolSsoSecretType 構造体

定義

シークレットの種類に対するシングル サインオンの種類。

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

コンストラクター

HostPoolSsoSecretType(String)

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

プロパティ

Certificate

証明書。

CertificateInKeyVault

CertificateInKeyVault。

SharedKey

SharedKey。

SharedKeyInKeyVault

SharedKeyInKeyVault。

メソッド

Equals(HostPoolSsoSecretType)

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

ToString()

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

演算子

Equality(HostPoolSsoSecretType, HostPoolSsoSecretType)

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

Implicit(String to HostPoolSsoSecretType)

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

Inequality(HostPoolSsoSecretType, HostPoolSsoSecretType)

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

適用対象