DomainAvailabilityCheckResult interface
Domain availability check result.
Properties
| available |
|
| domain |
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. |
| name | Name of the domain. |
Property Details
available
true if domain can be purchased using CreateDomain API; otherwise, false.
available?: boolean
Property Value
boolean
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.
domainType?: DomainType
Property Value
name
Name of the domain.
name?: string
Property Value
string