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