Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool
Packages that use ApplicationGatewayBackendAddressPool
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendAddressPool in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.backendAddressPool()
Get reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendAddressPool.withBackendAddresses
(List<ApplicationGatewayBackendAddress> backendAddresses) Set backend addresses.Set name of the backend address pool that is unique within an Application Gateway.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.withBackendAddressPool
(ApplicationGatewayBackendAddressPool backendAddressPool) Set reference to an ApplicationGatewayBackendAddressPool resource.