Site.EnabledHostNames Property

Definition

Gets enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")]
public System.Collections.Generic.IList<string> EnabledHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")>]
member this.EnabledHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property EnabledHostNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to