ICustomHostnameAnalysisResultProperties.CustomDomainVerificationTest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DNS verification test result.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="DNS verification test result.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult) }, ReadOnly=true, Required=false, SerializedName="customDomainVerificationTest")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult? CustomDomainVerificationTest { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="DNS verification test result.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult) }, ReadOnly=true, Required=false, SerializedName="customDomainVerificationTest")>]
member this.CustomDomainVerificationTest : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsVerificationTestResult>
Public ReadOnly Property CustomDomainVerificationTest As Nullable(Of DnsVerificationTestResult)
Property Value
- Attributes