你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebSiteSlot.EnabledHostNames 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.

public Azure.Provisioning.BicepList<string> EnabledHostNames { get; }
member this.EnabledHostNames : Azure.Provisioning.BicepList<string>
Public ReadOnly Property EnabledHostNames As BicepList(Of String)

Property Value

Applies to