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

FrontendEndpointUpdateParameters interface

Frontend endpoint used in routing rule

Properties

hostName

The host name of the frontendEndpoint. Must be a domain name.

sessionAffinityEnabledState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'

sessionAffinityTtlSeconds

UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

webApplicationFirewallPolicyLink

Defines the Web Application Firewall policy for each host (if applicable)

Property Details

hostName

The host name of the frontendEndpoint. Must be a domain name.

hostName?: string

Property Value

string

sessionAffinityEnabledState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'

sessionAffinityEnabledState?: string

Property Value

string

sessionAffinityTtlSeconds

UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

sessionAffinityTtlSeconds?: number

Property Value

number

Defines the Web Application Firewall policy for each host (if applicable)

webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink

Property Value