Site.HostNamesDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Product | Versions |
---|---|
Azure SDK for .NET | Legacy |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: