Share via


Site.HostNamesDisabled Property

Definition

true to disable the public hostnames of the app; otherwise, false. If true, the app is only accessible via API management process.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public bool? HostNamesDisabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.HostNamesDisabled : Nullable<bool> with get, set
Public Property HostNamesDisabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to