DomainPatchResource.ReadyForDnsRecordManagement Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient <code>true</code> si Azure peut affecter ce domaine à App Service applications ; sinon, <code>false</code>. Cette valeur est <code>true</code> si le status d’inscription de domaine est actif et qu’il est hébergé sur des serveurs de noms auxquels Azure a accès par programmation.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.readyForDnsRecordManagement")]
public bool? ReadyForDnsRecordManagement { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readyForDnsRecordManagement")>]
member this.ReadyForDnsRecordManagement : Nullable<bool>
Public ReadOnly Property ReadyForDnsRecordManagement As Nullable(Of Boolean)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET