Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontendEndpointUpdateParameters
Packages that use FrontendEndpointUpdateParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontendEndpointUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create a frontend endpoint. -
Uses of FrontendEndpointUpdateParameters in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return FrontendEndpointUpdateParametersModifier and TypeMethodDescriptionFrontendEndpointUpdateParameters.withHostname(String hostname) Set the hostname property: The host name of the frontendEndpoint.FrontendEndpointUpdateParameters.withSessionAffinityEnabledState(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.FrontendEndpointUpdateParameters.withSessionAffinityTtlSeconds(Integer sessionAffinityTtlSeconds) Set the sessionAffinityTtlSeconds property: UNUSED.FrontendEndpointUpdateParameters.withWebApplicationFirewallPolicyLink(FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for each host (if applicable).