DomainAvailabilityCheckResult Class

Definition

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 &lt;code&gt;true&lt;/code&gt; if domain can be purchased using CreateDomain API; otherwise, &lt;code&gt;false&lt;/code&gt;.

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.

Applies to