IDomainPatchResource.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.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="readyForDnsRecordManagement")]
public bool? ReadyForDnsRecordManagement { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="readyForDnsRecordManagement")>]
member this.ReadyForDnsRecordManagement : Nullable<bool>
Public ReadOnly Property ReadyForDnsRecordManagement As Nullable(Of Boolean)
Property Value
- Attributes