Class BackendAddressPoolProperties.Builder
java.lang.Object
org.jclouds.azurecompute.arm.domain.BackendAddressPoolProperties.Builder
- Enclosing class:
BackendAddressPoolProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BackendAddressPoolProperties.Builder
backendIPConfigurations
(List<IdReference> backendIPConfigurations) build()
abstract BackendAddressPoolProperties.Builder
loadBalancingRules
(List<IdReference> loadBalancingRules) abstract BackendAddressPoolProperties.Builder
provisioningState
(String provisioningState)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
provisioningState
-
backendIPConfigurations
public abstract BackendAddressPoolProperties.Builder backendIPConfigurations(List<IdReference> backendIPConfigurations) -
loadBalancingRules
public abstract BackendAddressPoolProperties.Builder loadBalancingRules(List<IdReference> loadBalancingRules) -
build
-