Share via


ICustomHostnameAnalysisResult.CustomDomainVerificationTest Property

Definition

DNS verification test result.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="DNS verification test result.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResult) }, ReadOnly=true, Required=false, SerializedName="customDomainVerificationTest")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResult? CustomDomainVerificationTest { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="DNS verification test result.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResult) }, ReadOnly=true, Required=false, SerializedName="customDomainVerificationTest")>]
member this.CustomDomainVerificationTest : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResult>
Public ReadOnly Property CustomDomainVerificationTest As Nullable(Of DnsVerificationTestResult)

Property Value

Attributes

Applies to