DomainAvailablilityCheckResult Class

Domain availability check result.

Inheritance
DomainAvailablilityCheckResult

Constructor

DomainAvailablilityCheckResult(*, name: Optional[str] = None, available: Optional[bool] = None, domain_type: Optional[Union[str, azure.mgmt.web.v2018_02_01.models._web_site_management_client_enums.DomainType]] = None, **kwargs)

Parameters

name
str
Required

Name of the domain.

available
bool
Required

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

domain_type
str or DomainType
Required

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. Possible values include: "Regular", "SoftDeleted".