DomainAvailabilityCheckResultInner 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 DomainAvailabilityCheckResultInner
type DomainAvailabilityCheckResultInner = class
Public Class DomainAvailabilityCheckResultInner
- Inheritance
-
DomainAvailabilityCheckResultInner
Constructors
DomainAvailabilityCheckResultInner() |
Initializes a new instance of the DomainAvailabilityCheckResultInner class. |
DomainAvailabilityCheckResultInner(String, Nullable<Boolean>, Nullable<DomainType>) |
Initializes a new instance of the DomainAvailabilityCheckResultInner 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. |
Applies to
Azure SDK for .NET