你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainAvailabilityCheckResultInner Constructors
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.
Overloads
DomainAvailabilityCheckResultInner() |
Initializes a new instance of the DomainAvailabilityCheckResultInner class. |
DomainAvailabilityCheckResultInner(String, Nullable<Boolean>, Nullable<DomainType>) |
Initializes a new instance of the DomainAvailabilityCheckResultInner class. |
DomainAvailabilityCheckResultInner()
Initializes a new instance of the DomainAvailabilityCheckResultInner class.
public DomainAvailabilityCheckResultInner ();
Public Sub New ()
Applies to
DomainAvailabilityCheckResultInner(String, Nullable<Boolean>, Nullable<DomainType>)
Initializes a new instance of the DomainAvailabilityCheckResultInner class.
public DomainAvailabilityCheckResultInner (string name = default, bool? available = default, Microsoft.Azure.Management.AppService.Fluent.Models.DomainType? domainType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DomainAvailabilityCheckResultInner : string * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.DomainType> -> Microsoft.Azure.Management.AppService.Fluent.Models.DomainAvailabilityCheckResultInner
Public Sub New (Optional name As String = Nothing, Optional available As Nullable(Of Boolean) = Nothing, Optional domainType As Nullable(Of DomainType) = Nothing)
Parameters
- name
- String
Name of the domain.
<code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.
- domainType
- Nullable<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. Possible values include: 'Regular', 'SoftDeleted'