DomainAvailabilityCheckResult.DomainType Property

Definition

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'

[Newtonsoft.Json.JsonProperty(PropertyName="domainType")]
public Microsoft.Azure.Management.WebSites.Models.DomainType? DomainType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="domainType")>]
member this.DomainType : Nullable<Microsoft.Azure.Management.WebSites.Models.DomainType> with get, set
Public Property DomainType As Nullable(Of DomainType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to