Uses of Class
com.azure.resourcemanager.frontdoor.models.SessionAffinityEnabledState
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return SessionAffinityEnabledStateModifier and TypeMethodDescriptionFrontendEndpointInner.sessionAffinityEnabledState()Get the sessionAffinityEnabledState property: Whether to allow session affinity on this host.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type SessionAffinityEnabledStateModifier 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
Fields in com.azure.resourcemanager.frontdoor.models declared as SessionAffinityEnabledStateModifier and TypeFieldDescriptionstatic final SessionAffinityEnabledStateSessionAffinityEnabledState.DISABLEDStatic value Disabled for SessionAffinityEnabledState.static final SessionAffinityEnabledStateSessionAffinityEnabledState.ENABLEDStatic value Enabled for SessionAffinityEnabledState.Methods in com.azure.resourcemanager.frontdoor.models that return SessionAffinityEnabledStateModifier and TypeMethodDescriptionstatic SessionAffinityEnabledStateSessionAffinityEnabledState.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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type SessionAffinityEnabledStateModifier and TypeMethodDescriptionSessionAffinityEnabledState.values()Gets known SessionAffinityEnabledState values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type SessionAffinityEnabledStateModifier and TypeMethodDescriptionFrontendEndpointUpdateParameters.withSessionAffinityEnabledState(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.