public final class LoadBalancerBackendAddressPoolListResult extends Object
| Constructor and Description |
|---|
LoadBalancerBackendAddressPoolListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The URL to get the next set of results.
|
void |
validate()
Validates the instance.
|
List<BackendAddressPoolInner> |
value()
Get the value property: A list of backend address pools in a load balancer.
|
LoadBalancerBackendAddressPoolListResult |
withValue(List<BackendAddressPoolInner> value)
Set the value property: A list of backend address pools in a load balancer.
|
public LoadBalancerBackendAddressPoolListResult()
public List<BackendAddressPoolInner> value()
public LoadBalancerBackendAddressPoolListResult withValue(List<BackendAddressPoolInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.