次の方法で共有


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(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) }, ReadOnly=true, Required=false, SerializedName="enabledHostNames")]
public string[] EnabledHostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="enabledHostNames")>]
member this.EnabledHostName : string[]
Public ReadOnly Property EnabledHostName As String()

Property Value

String[]
Attributes

Applies to