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 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

      public List<ApplicationGatewayBackendAddress> 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

      public ProvisioningState provisioningState()
      Get the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String 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

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value
    • type

      public String type()
      Get type of the resource.
      Returns:
      the type value