CustomHostnameAnalysisResultInner.CustomDomainVerificationTest Property

Definition

Gets DNS verification test result. Possible values include: 'Passed', 'Failed', 'Skipped'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to