Uses of Class
org.jclouds.azurecompute.arm.domain.loadbalancer.LoadBalancerProperties
Packages that use LoadBalancerProperties
Package
Description
-
Uses of LoadBalancerProperties in org.jclouds.azurecompute.arm.domain.loadbalancer
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer that return LoadBalancerPropertiesModifier and TypeMethodDescriptionLoadBalancerProperties.Builder.build()
static LoadBalancerProperties
LoadBalancerProperties.create
(List<FrontendIPConfigurations> frontendIPConfigurations, List<BackendAddressPool> backendAddressPools, List<LoadBalancingRule> loadBalancingRules, List<Probe> probes, List<InboundNatRule> inboundNatRules, String resourceGuid, String provisioningState) abstract LoadBalancerProperties
LoadBalancer.properties()
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer with parameters of type LoadBalancerPropertiesModifier and TypeMethodDescriptionstatic LoadBalancer
LoadBalancer.create
(String id, String name, String location, String etag, Map<String, String> tags, LoadBalancer.SKU sku, LoadBalancerProperties properties) abstract LoadBalancer.Builder
LoadBalancer.Builder.properties
(LoadBalancerProperties properties) -
Uses of LoadBalancerProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type LoadBalancerPropertiesModifier and TypeMethodDescriptionLoadBalancerApi.createOrUpdate
(String lbName, String location, Map<String, String> tags, LoadBalancer.SKU sku, LoadBalancerProperties properties)