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 Affinity
Affinity.NONE
Static value none for Affinity.static final Affinity
Affinity.STICKY
Static 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 Affinity
Affinity.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.