Uses of Class
com.azure.resourcemanager.appcontainers.models.Affinity
Packages that use Affinity
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Affinity in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as AffinityModifier and TypeFieldDescriptionstatic final AffinityAffinity.NONEStatic value none for Affinity.static final AffinityAffinity.STICKYStatic value sticky for Affinity.Methods in com.azure.resourcemanager.appcontainers.models that return AffinityModifier and TypeMethodDescriptionIngressStickySessions.affinity()Get the affinity property: Sticky Session Affinity.static AffinityAffinity.fromString(String name) Creates or finds a Affinity from its string representation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type AffinityModifier and TypeMethodDescriptionstatic Collection<Affinity> Affinity.values()Gets known Affinity values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AffinityModifier and TypeMethodDescriptionIngressStickySessions.withAffinity(Affinity affinity) Set the affinity property: Sticky Session Affinity.