你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainAvailabilityCheckResult Class
Domain availability check result.
- Inheritance
-
azure.mgmt.web._serialization.ModelDomainAvailabilityCheckResult
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
|
Name of the domain. |
available
|
|
domain_type
|
str or
DomainType
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
|
Name of the domain. |
available
|
|
domain_type
|
str or
DomainType
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". |