Uses of Class
com.azure.resourcemanager.frontdoor.models.SessionAffinityEnabledState
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of SessionAffinityEnabledState in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontendEndpointInner.sessionAffinityEnabledState()
Get the sessionAffinityEnabledState property: Whether to allow session affinity on this host.Modifier and TypeMethodDescriptionFrontendEndpointInner.withSessionAffinityEnabledState
(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.FrontendEndpointProperties.withSessionAffinityEnabledState
(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host. -
Uses of SessionAffinityEnabledState in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final SessionAffinityEnabledState
SessionAffinityEnabledState.DISABLED
Static value Disabled for SessionAffinityEnabledState.static final SessionAffinityEnabledState
SessionAffinityEnabledState.ENABLED
Static value Enabled for SessionAffinityEnabledState.Modifier and TypeMethodDescriptionstatic SessionAffinityEnabledState
SessionAffinityEnabledState.fromString
(String name) Creates or finds a SessionAffinityEnabledState from its string representation.FrontendEndpoint.sessionAffinityEnabledState()
Gets the sessionAffinityEnabledState property: Whether to allow session affinity on this host.FrontendEndpointUpdateParameters.sessionAffinityEnabledState()
Get the sessionAffinityEnabledState property: Whether to allow session affinity on this host.Modifier and TypeMethodDescriptionSessionAffinityEnabledState.values()
Gets known SessionAffinityEnabledState values.Modifier and TypeMethodDescriptionFrontendEndpointUpdateParameters.withSessionAffinityEnabledState
(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.