Uses of Enum Class
com.microsoft.azure.management.appservice.SiteLoadBalancing
Packages that use SiteLoadBalancing
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SiteLoadBalancing in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SiteLoadBalancingModifier and TypeMethodDescriptionstatic SiteLoadBalancing
SiteLoadBalancing.fromString
(String value) Parses a serialized value to a SiteLoadBalancing instance.SiteConfig.loadBalancing()
Get site load balancing.static SiteLoadBalancing
Returns the enum constant of this class with the specified name.static SiteLoadBalancing[]
SiteLoadBalancing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type SiteLoadBalancingModifier and TypeMethodDescriptionSiteConfig.withLoadBalancing
(SiteLoadBalancing loadBalancing) Set site load balancing.