public abstract static class BackendAddressPoolProperties.Builder extends Object
Constructor and Description |
---|
BackendAddressPoolProperties.Builder() |
Modifier and Type | Method and Description |
---|---|
abstract BackendAddressPoolProperties.Builder |
backendIPConfigurations(List<IdReference> backendIPConfigurations) |
BackendAddressPoolProperties |
build() |
abstract BackendAddressPoolProperties.Builder |
loadBalancingRules(List<IdReference> loadBalancingRules) |
abstract BackendAddressPoolProperties.Builder |
provisioningState(String provisioningState) |
public BackendAddressPoolProperties.Builder()
public abstract BackendAddressPoolProperties.Builder provisioningState(String provisioningState)
public abstract BackendAddressPoolProperties.Builder backendIPConfigurations(List<IdReference> backendIPConfigurations)
public abstract BackendAddressPoolProperties.Builder loadBalancingRules(List<IdReference> loadBalancingRules)
public BackendAddressPoolProperties build()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.