你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidateCustomDomainOutput Class

Definition

Output of custom domain validation.

public class ValidateCustomDomainOutput
type ValidateCustomDomainOutput = class
Public Class ValidateCustomDomainOutput
Inheritance
ValidateCustomDomainOutput

Constructors

ValidateCustomDomainOutput()

Initializes a new instance of the ValidateCustomDomainOutput class.

ValidateCustomDomainOutput(Nullable<Boolean>, String, String)

Initializes a new instance of the ValidateCustomDomainOutput class.

Properties

CustomDomainValidated

Gets indicates whether the custom domain is valid or not.

Message

Gets error message describing why the custom domain is not valid.

Reason

Gets the reason why the custom domain is not valid.

Applies to