public class ApplicationGatewayBackendAddressPool
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayBackendAddressPool() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayBackendAddress> |
backendAddresses()
Get the backendAddresses property: Backend addresses.
|
List<NetworkInterfaceIpConfigurationInner> |
backendIpConfigurations()
Get the backendIpConfigurations property: Collection of references to IPs defined in network interfaces.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the backend address pool that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the backend address pool resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendAddressPool |
withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set the backendAddresses property: Backend addresses.
|
ApplicationGatewayBackendAddressPool |
withName(String name)
Set the name property: Name of the backend address pool that is unique within an Application Gateway.
|
public ApplicationGatewayBackendAddressPool()
public String name()
public ApplicationGatewayBackendAddressPool withName(String name)
name - the name value to set.public String etag()
public String type()
public List<NetworkInterfaceIpConfigurationInner> backendIpConfigurations()
public List<ApplicationGatewayBackendAddress> backendAddresses()
public ApplicationGatewayBackendAddressPool withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
backendAddresses - the backendAddresses value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.