Site.HostNamesDisabled Property

Definition

Gets or sets <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNamesDisabled")]
public bool? HostNamesDisabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostNamesDisabled")>]
member this.HostNamesDisabled : Nullable<bool> with get, set
Public Property HostNamesDisabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to