DomainAvailabilityCheckResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Domain availability check result.
public class DomainAvailabilityCheckResult
type DomainAvailabilityCheckResult = class
Public Class DomainAvailabilityCheckResult
- Inheritance
-
DomainAvailabilityCheckResult
Constructors
DomainAvailabilityCheckResult() |
Initializes a new instance of the DomainAvailabilityCheckResult class. |
DomainAvailabilityCheckResult(String, Nullable<Boolean>, Nullable<DomainType>) |
Initializes a new instance of the DomainAvailabilityCheckResult class. |
Properties
Available |
Gets or sets <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>. |
DomainType |
Gets or sets 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' |
Name |
Gets or sets name of the domain. |