IWebAppBase.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 if the public hostnames are disabled the web app. If set to true the app is only accessible via API Management process.
public bool HostNamesDisabled { get; }
member this.HostNamesDisabled : bool
Public ReadOnly Property HostNamesDisabled As Boolean