次の方法で共有


CustomHostnameAnalysisResult.CustomDomainVerificationTest プロパティ

定義

DNS 検証テストの結果を取得します。 指定できる値は、'Passed'、'Failed'、'Skipped' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customDomainVerificationTest")]
public Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult? CustomDomainVerificationTest { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customDomainVerificationTest")>]
member this.CustomDomainVerificationTest : Nullable<Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult>
Public ReadOnly Property CustomDomainVerificationTest As Nullable(Of DnsVerificationTestResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象