Uses of Class
org.jclouds.azurecompute.arm.domain.BackendAddressPool
-
Packages that use BackendAddressPool Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.domain.loadbalancer -
-
Uses of BackendAddressPool in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return BackendAddressPool Modifier and Type Method Description static BackendAddressPool
BackendAddressPool. create(String name, String id, BackendAddressPoolProperties properties, String etag)
-
Uses of BackendAddressPool in org.jclouds.azurecompute.arm.domain.loadbalancer
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer that return types with arguments of type BackendAddressPool Modifier and Type Method Description abstract List<BackendAddressPool>
LoadBalancerProperties. backendAddressPools()
Method parameters in org.jclouds.azurecompute.arm.domain.loadbalancer with type arguments of type BackendAddressPool Modifier and Type Method Description abstract LoadBalancerProperties.Builder
LoadBalancerProperties.Builder. backendAddressPools(List<BackendAddressPool> backendAddressPools)
-