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