HostName.HostNameType Property

Definition

Gets or sets type of the hostname. Possible values include: 'Verified', 'Managed'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to