IDomainProperties.ReadyForDnsRecordManagement Property

Definition

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.Runtime.Info(Create=false, Description="<code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\r\n         it is hosted on name servers Azure has programmatic access to.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="readyForDnsRecordManagement", Update=false)]
public bool? ReadyForDnsRecordManagement { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="<code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\r\n         it is hosted on name servers Azure has programmatic access to.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="readyForDnsRecordManagement", Update=false)>]
member this.ReadyForDnsRecordManagement : Nullable<bool>
Public ReadOnly Property ReadyForDnsRecordManagement As Nullable(Of Boolean)

Property Value

Attributes

Applies to