次の方法で共有


ValidateCustomDomainOutput クラス

定義

カスタム ドメイン検証の出力。

public class ValidateCustomDomainOutput
type ValidateCustomDomainOutput = class
Public Class ValidateCustomDomainOutput
継承
ValidateCustomDomainOutput

コンストラクター

ValidateCustomDomainOutput()

ValidateCustomDomainOutput クラスの新しいインスタンスを初期化します。

ValidateCustomDomainOutput(Nullable<Boolean>, String, String)

ValidateCustomDomainOutput クラスの新しいインスタンスを初期化します。

プロパティ

CustomDomainValidated

カスタム ドメインが有効かどうかを示す値を取得します。

Message

カスタム ドメインが無効な理由を説明するエラー メッセージを取得します。

Reason

カスタム ドメインが無効な理由を取得します。

適用対象