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 BackendAddressPoolPropertiesBackendAddressPoolProperties.Builder. build()static BackendAddressPoolPropertiesBackendAddressPoolProperties. create(String provisioningState, List<IdReference> backendIPConfigurations, List<IdReference> loadBalancingRules)abstract BackendAddressPoolPropertiesBackendAddressPool. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type BackendAddressPoolProperties Modifier and Type Method Description static BackendAddressPoolBackendAddressPool. create(String name, String id, BackendAddressPoolProperties properties, String etag)
-