Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.FrontendEndpointProperties
Packages that use FrontendEndpointProperties
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
-
Uses of FrontendEndpointProperties in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return FrontendEndpointPropertiesModifier and TypeMethodDescriptionFrontendEndpointProperties.withHostname(String hostname) Set the hostname property: The host name of the frontendEndpoint.FrontendEndpointProperties.withSessionAffinityEnabledState(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.FrontendEndpointProperties.withSessionAffinityTtlSeconds(Integer sessionAffinityTtlSeconds) Set the sessionAffinityTtlSeconds property: UNUSED.FrontendEndpointProperties.withWebApplicationFirewallPolicyLink(FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for each host (if applicable).