你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |