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

ValidateCustomDomainOutput 构造函数

定义

重载

ValidateCustomDomainOutput()

初始化 ValidateCustomDomainOutput 类的新实例。

ValidateCustomDomainOutput(Nullable<Boolean>, String, String)

初始化 ValidateCustomDomainOutput 类的新实例。

ValidateCustomDomainOutput()

初始化 ValidateCustomDomainOutput 类的新实例。

public ValidateCustomDomainOutput ();
Public Sub New ()

适用于

ValidateCustomDomainOutput(Nullable<Boolean>, String, String)

初始化 ValidateCustomDomainOutput 类的新实例。

public ValidateCustomDomainOutput (bool? customDomainValidated = default, string reason = default, string message = default);
new Microsoft.Azure.Management.Cdn.Models.ValidateCustomDomainOutput : Nullable<bool> * string * string -> Microsoft.Azure.Management.Cdn.Models.ValidateCustomDomainOutput
Public Sub New (Optional customDomainValidated As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)

参数

customDomainValidated
Nullable<Boolean>

指示自定义域是否有效。

reason
String

自定义域无效的原因。

message
String

描述自定义域无效原因的错误消息。

适用于