DomainAvailabilityCheckResult Class

Domain availability check result.

Inheritance
azure.mgmt.web._serialization.Model
DomainAvailabilityCheckResult

Constructor

DomainAvailabilityCheckResult(*, name: str | None = None, available: bool | None = None, domain_type: str | _models.DomainType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the domain.

available

<code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.

domain_type

Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. Known values are: "Regular" and "SoftDeleted".

Variables

Name Description
name
str

Name of the domain.

available

<code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.

domain_type

Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. Known values are: "Regular" and "SoftDeleted".