HostNameBinding.CustomHostNameDnsRecordType Property

Definition

Gets or sets custom DNS record type. Possible values include: 'CName', 'A'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to