Uses of Class
com.azure.resourcemanager.appcontainers.models.IngressStickySessions
Packages that use IngressStickySessions
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IngressStickySessions in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IngressStickySessionsModifier and TypeMethodDescriptionstatic IngressStickySessionsIngressStickySessions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IngressStickySessions from the JsonReader.Ingress.stickySessions()Get the stickySessions property: Sticky Sessions for Single Revision Mode.IngressStickySessions.withAffinity(Affinity affinity) Set the affinity property: Sticky Session Affinity.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IngressStickySessionsModifier and TypeMethodDescriptionIngress.withStickySessions(IngressStickySessions stickySessions) Set the stickySessions property: Sticky Sessions for Single Revision Mode.