DomainPatchResource.ReadyForDnsRecordManagement 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.
true
if Azure can assign this domain to App Service apps; otherwise, false
. This value will
be true
if domain registration status is active and
it is hosted on name servers Azure has programmatic access to.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public bool? ReadyForDnsRecordManagement { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.ReadyForDnsRecordManagement : Nullable<bool>
Public ReadOnly Property ReadyForDnsRecordManagement As Nullable(Of Boolean)
Property Value
Implements
- Attributes