SitePatchResourceProperties.EnabledHostName Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> EnabledHostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.EnabledHostName : System.Collections.Generic.List<string>
Public ReadOnly Property EnabledHostName As List(Of String)

Property Value

Implements

Attributes

Applies to