ISite.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.Runtime.Info(Create=false, Description="Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\r\n        the app is not served on those hostnames.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledHostNames", Update=false)]
public System.Collections.Generic.List<string> EnabledHostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\r\n        the app is not served on those hostnames.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledHostNames", Update=false)>]
member this.EnabledHostName : System.Collections.Generic.List<string>
Public ReadOnly Property EnabledHostName As List(Of String)

Property Value

Attributes

Applies to