Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayCookieBasedAffinity
-
Packages that use ApplicationGatewayCookieBasedAffinity Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayCookieBasedAffinity Modifier and Type Method Description ApplicationGatewayCookieBasedAffinityApplicationGatewayBackendHttpSettingsPropertiesFormat. cookieBasedAffinity()Get the cookieBasedAffinity property: Cookie based affinity.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayCookieBasedAffinity Modifier and Type Method Description ApplicationGatewayBackendHttpSettingsPropertiesFormatApplicationGatewayBackendHttpSettingsPropertiesFormat. 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 ApplicationGatewayCookieBasedAffinity Modifier and Type Field Description static ApplicationGatewayCookieBasedAffinityApplicationGatewayCookieBasedAffinity. DISABLEDStatic value Disabled for ApplicationGatewayCookieBasedAffinity.static ApplicationGatewayCookieBasedAffinityApplicationGatewayCookieBasedAffinity. ENABLEDStatic value Enabled for ApplicationGatewayCookieBasedAffinity.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayCookieBasedAffinity Modifier and Type Method Description ApplicationGatewayCookieBasedAffinityApplicationGatewayBackendHttpSettings. cookieBasedAffinity()Get the cookieBasedAffinity property: Cookie based affinity.static ApplicationGatewayCookieBasedAffinityApplicationGatewayCookieBasedAffinity. 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 ApplicationGatewayCookieBasedAffinity Modifier and Type Method Description static Collection<ApplicationGatewayCookieBasedAffinity>ApplicationGatewayCookieBasedAffinity. values()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayCookieBasedAffinity Modifier and Type Method Description ApplicationGatewayBackendHttpSettingsApplicationGatewayBackendHttpSettings. withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)Set the cookieBasedAffinity property: Cookie based affinity.
-