DomainAvailabilityCheckResult Class
Domain availability check result.
- Inheritance
-
DomainAvailabilityCheckResult
Constructor
DomainAvailabilityCheckResult(*, name: Optional[str] = None, available: Optional[bool] = None, domain_type: Optional[Union[str, azure.mgmt.web.v2021_01_01.models._web_site_management_client_enums.DomainType]] = None, **kwargs)
Parameters
- 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".
Feedback
Submit and view feedback for