共用方式為


FrontendEndpointProperties interface

JSON 物件,其中包含建立前端端點所需的屬性。

Extends

屬性

customHttpsConfiguration

指定如何啟用 HTTPS 注意的組態:此屬性將不會串行化。 它只能由伺服器填入。

customHttpsProvisioningState

前端Endpoint的自定義 Https 布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

customHttpsProvisioningSubstate

布建子狀態會顯示自定義 HTTPS 啟用/停用程式逐步的進度。 注意:這個屬性不會串行化。 它只能由伺服器填入。

resourceState

資源狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

hostName

frontendEndpoint 的主機名。 必須是功能變數名稱。

sessionAffinityEnabledState

是否要允許此主機上的會話親和性。 有效的選項為 'Enabled' 或 'Disabled'

sessionAffinityTtlSeconds

閑置。 將會忽略此欄位。 如果適用,則為會話親和性以秒為單位使用的TTL。

webApplicationFirewallPolicyLink

定義每個主機的 Web 應用程式防火牆原則(如果適用)

屬性詳細資料

customHttpsConfiguration

指定如何啟用 HTTPS 注意的組態:此屬性將不會串行化。 它只能由伺服器填入。

customHttpsConfiguration?: CustomHttpsConfiguration

屬性值

customHttpsProvisioningState

前端Endpoint的自定義 Https 布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

customHttpsProvisioningState?: string

屬性值

string

customHttpsProvisioningSubstate

布建子狀態會顯示自定義 HTTPS 啟用/停用程式逐步的進度。 注意:這個屬性不會串行化。 它只能由伺服器填入。

customHttpsProvisioningSubstate?: string

屬性值

string

resourceState

資源狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

resourceState?: string

屬性值

string

繼承的屬性詳細資料

hostName

frontendEndpoint 的主機名。 必須是功能變數名稱。

hostName?: string

屬性值

string

繼承自FrontendEndpointUpdateParameters.hostName

sessionAffinityEnabledState

是否要允許此主機上的會話親和性。 有效的選項為 'Enabled' 或 'Disabled'

sessionAffinityEnabledState?: string

屬性值

string

繼承自FrontendEndpointUpdateParameters.sessionAffinityEnabledState

sessionAffinityTtlSeconds

閑置。 將會忽略此欄位。 如果適用,則為會話親和性以秒為單位使用的TTL。

sessionAffinityTtlSeconds?: number

屬性值

number

繼承自FrontendEndpointUpdateParameters.sessionAffinityTtlSeconds

定義每個主機的 Web 應用程式防火牆原則(如果適用)

webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink

屬性值

繼承自FrontendEndpointUpdateParameters.webApplicationFirewallPolicyLink