Uses of Class
org.jclouds.azurecompute.arm.domain.loadbalancer.LoadBalancer
Packages that use LoadBalancer
Package
Description
-
Uses of LoadBalancer in org.jclouds.azurecompute.arm.domain.loadbalancer
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer that return LoadBalancerModifier and TypeMethodDescriptionLoadBalancer.Builder.build()
static LoadBalancer
LoadBalancer.create
(String id, String name, String location, String etag, Map<String, String> tags, LoadBalancer.SKU sku, LoadBalancerProperties properties) -
Uses of LoadBalancer in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return LoadBalancerModifier and TypeMethodDescriptionLoadBalancerApi.createOrUpdate
(String lbName, String location, Map<String, String> tags, LoadBalancer.SKU sku, LoadBalancerProperties properties) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type LoadBalancer