Uses of Class
com.azure.resourcemanager.appplatform.models.SessionAffinity
Packages that use SessionAffinity
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SessionAffinity in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as SessionAffinityModifier and TypeFieldDescriptionstatic final SessionAffinitySessionAffinity.COOKIEStatic value Cookie for SessionAffinity.static final SessionAffinitySessionAffinity.NONEStatic value None for SessionAffinity.Methods in com.azure.resourcemanager.appplatform.models that return SessionAffinityModifier and TypeMethodDescriptionstatic SessionAffinitySessionAffinity.fromString(String name) Creates or finds a SessionAffinity from its string representation.IngressSettings.sessionAffinity()Get the sessionAffinity property: Type of the affinity, set this to Cookie to enable session affinity.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SessionAffinityModifier and TypeMethodDescriptionstatic Collection<SessionAffinity> SessionAffinity.values()Gets known SessionAffinity values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type SessionAffinityModifier and TypeMethodDescriptionIngressSettings.withSessionAffinity(SessionAffinity sessionAffinity) Set the sessionAffinity property: Type of the affinity, set this to Cookie to enable session affinity.