Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayCookieBasedAffinity
Packages that use ApplicationGatewayCookieBasedAffinity
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayCookieBasedAffinity in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayCookieBasedAffinityModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.cookieBasedAffinity()Get the cookieBasedAffinity property: Cookie based affinity.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayCookieBasedAffinityModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) Set the cookieBasedAffinity property: Cookie based affinity. -
Uses of ApplicationGatewayCookieBasedAffinity in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayCookieBasedAffinityModifier and TypeFieldDescriptionstatic final ApplicationGatewayCookieBasedAffinityApplicationGatewayCookieBasedAffinity.DISABLEDStatic value Disabled for ApplicationGatewayCookieBasedAffinity.static final ApplicationGatewayCookieBasedAffinityApplicationGatewayCookieBasedAffinity.ENABLEDStatic value Enabled for ApplicationGatewayCookieBasedAffinity.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayCookieBasedAffinityModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettings.cookieBasedAffinity()Get the cookieBasedAffinity property: Cookie based affinity.ApplicationGatewayCookieBasedAffinity.fromString(String name) Creates or finds a ApplicationGatewayCookieBasedAffinity from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayCookieBasedAffinityModifier and TypeMethodDescriptionApplicationGatewayCookieBasedAffinity.values()Gets known ApplicationGatewayCookieBasedAffinity values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayCookieBasedAffinityModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity) Set the cookieBasedAffinity property: Cookie based affinity.