你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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".