Uses of Class
com.azure.resourcemanager.appservice.models.SiteLoadBalancing
-
Packages that use SiteLoadBalancing Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of SiteLoadBalancing in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteLoadBalancing Modifier and Type Method Description SiteLoadBalancingSiteConfigInner. loadBalancing()Get the loadBalancing property: Site load balancing.SiteLoadBalancingSiteConfigResourceInner. loadBalancing()Get the loadBalancing property: Site load balancing.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteLoadBalancing Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withLoadBalancing(SiteLoadBalancing loadBalancing)Set the loadBalancing property: Site load balancing.SiteConfigResourceInnerSiteConfigResourceInner. withLoadBalancing(SiteLoadBalancing loadBalancing)Set the loadBalancing property: Site load balancing. -
Uses of SiteLoadBalancing in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteLoadBalancing Modifier and Type Method Description static SiteLoadBalancingSiteLoadBalancing. fromString(String value)Parses a serialized value to a SiteLoadBalancing instance.static SiteLoadBalancingSiteLoadBalancing. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteLoadBalancing[]SiteLoadBalancing. values()Returns an array containing the constants of this enum type, in the order they are declared.
-