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

DomainAvailablilityCheckResult Class

Domain availability check result.

Constructor

DomainAvailablilityCheckResult(*, 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.

Default value: None
available

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

Default value: None
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".

Default value: None

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