Class ApplicationGatewayBackendAddressPool
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool
public class ApplicationGatewayBackendAddressPool
extends com.microsoft.azure.SubResource
Backend Address Pool of an application gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet backend addresses.List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner>
Get collection of references to IPs defined in network interfaces.etag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get name of the backend address pool that is unique within an Application Gateway.Get the provisioning state of the backend address pool resource.type()
Get type of the resource.withBackendAddresses
(List<ApplicationGatewayBackendAddress> backendAddresses) Set backend addresses.Set name of the backend address pool that is unique within an Application Gateway.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
ApplicationGatewayBackendAddressPool
public ApplicationGatewayBackendAddressPool()
-
-
Method Details
-
backendIPConfigurations
public List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> backendIPConfigurations()Get collection of references to IPs defined in network interfaces.- Returns:
- the backendIPConfigurations value
-
backendAddresses
Get backend addresses.- Returns:
- the backendAddresses value
-
withBackendAddresses
public ApplicationGatewayBackendAddressPool withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses) Set backend addresses.- Parameters:
backendAddresses
- the backendAddresses value to set- Returns:
- the ApplicationGatewayBackendAddressPool object itself.
-
provisioningState
Get the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get name of the backend address pool that is unique within an Application Gateway.- Returns:
- the name value
-
withName
Set name of the backend address pool that is unique within an Application Gateway.- Parameters:
name
- the name value to set- Returns:
- the ApplicationGatewayBackendAddressPool object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-
type
Get type of the resource.- Returns:
- the type value
-