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

CustomHostnameAnalysisResult 构造函数

定义

重载

CustomHostnameAnalysisResult()

初始化 CustomHostnameAnalysisResult 类的新实例。

CustomHostnameAnalysisResult(String, String, String, String, Nullable<Boolean>, Nullable<DnsVerificationTestResult>, ErrorEntity, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

初始化 CustomHostnameAnalysisResult 类的新实例。

CustomHostnameAnalysisResult()

初始化 CustomHostnameAnalysisResult 类的新实例。

public CustomHostnameAnalysisResult ();
Public Sub New ()

适用于

CustomHostnameAnalysisResult(String, String, String, String, Nullable<Boolean>, Nullable<DnsVerificationTestResult>, ErrorEntity, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

初始化 CustomHostnameAnalysisResult 类的新实例。

public CustomHostnameAnalysisResult (string id = default, string name = default, string kind = default, string type = default, bool? isHostnameAlreadyVerified = default, Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult? customDomainVerificationTest = default, Microsoft.Azure.Management.WebSites.Models.ErrorEntity customDomainVerificationFailureInfo = default, bool? hasConflictOnScaleUnit = default, bool? hasConflictAcrossSubscription = default, string conflictingAppResourceId = default, System.Collections.Generic.IList<string> cNameRecords = default, System.Collections.Generic.IList<string> txtRecords = default, System.Collections.Generic.IList<string> aRecords = default, System.Collections.Generic.IList<string> alternateCNameRecords = default, System.Collections.Generic.IList<string> alternateTxtRecords = default);
new Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult : string * string * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult> * Microsoft.Azure.Management.WebSites.Models.ErrorEntity * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional isHostnameAlreadyVerified As Nullable(Of Boolean) = Nothing, Optional customDomainVerificationTest As Nullable(Of DnsVerificationTestResult) = Nothing, Optional customDomainVerificationFailureInfo As ErrorEntity = Nothing, Optional hasConflictOnScaleUnit As Nullable(Of Boolean) = Nothing, Optional hasConflictAcrossSubscription As Nullable(Of Boolean) = Nothing, Optional conflictingAppResourceId As String = Nothing, Optional cNameRecords As IList(Of String) = Nothing, Optional txtRecords As IList(Of String) = Nothing, Optional aRecords As IList(Of String) = Nothing, Optional alternateCNameRecords As IList(Of String) = Nothing, Optional alternateTxtRecords As IList(Of String) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

isHostnameAlreadyVerified
Nullable<Boolean>

<如果已验证主机名,则为代码 true/code>;否则为 <false<>/code>。<>

customDomainVerificationTest
Nullable<DnsVerificationTestResult>

DNS 验证测试结果。 可能的值包括:“Passed”、“Failed”、“Skipped”

customDomainVerificationFailureInfo
ErrorEntity

DNS 验证失败时的原始故障信息。

hasConflictOnScaleUnit
Nullable<Boolean>

<如果缩放单元上存在冲突,则为代码 true/code>;否则为 <false<>/code>。<>

hasConflictAcrossSubscription
Nullable<Boolean>

<如果订阅之间存在冲突,则为代码>true/code>;否则为 <false></code><。

conflictingAppResourceId
String

缩放单元上存在冲突的应用的名称(如果它位于同一订阅中)。

cNameRecords
IList<String>

CName 记录控制器可以看到此主机名。

txtRecords
IList<String>

TXT 记录控制器可以看到此主机名。

aRecords
IList<String>

记录控制器可以看到此主机名。

alternateCNameRecords
IList<String>

可查看此主机名的备用 CName 记录控制器。

alternateTxtRecords
IList<String>

可查看此主机名的备用 TXT 记录控制器。

适用于