Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendAddress
Packages that use ApplicationGatewayBackendAddress
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendAddress in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionSet fully qualified domain name (FQDN).ApplicationGatewayBackendAddress.withIpAddress
(String ipAddress) Set iP address.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackend.addresses()
ApplicationGatewayBackendAddressPool.backendAddresses()
Get backend addresses.ApplicationGatewayRequestRoutingRule.backendAddresses()
Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackend.UpdateStages.WithAddress.withoutAddress
(ApplicationGatewayBackendAddress address) Ensure the specified address is not associated with this backend.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackendAddressPool.withBackendAddresses
(List<ApplicationGatewayBackendAddress> backendAddresses) Set backend addresses.