Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendAddress
-
Packages that use ApplicationGatewayBackendAddress Package Description com.microsoft.azure.management.network 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 ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackendAddressApplicationGatewayBackendAddress. withFqdn(String fqdn)Set the fqdn value.ApplicationGatewayBackendAddressApplicationGatewayBackendAddress. withIpAddress(String ipAddress)Set the ipAddress value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendAddress Modifier and Type Method Description Collection<ApplicationGatewayBackendAddress>ApplicationGatewayBackend. addresses()Collection<ApplicationGatewayBackendAddress>ApplicationGatewayRequestRoutingRule. backendAddresses()Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackend.UpdateApplicationGatewayBackend.UpdateStages.WithAddress. withoutAddress(ApplicationGatewayBackendAddress address)Ensure the specified address is not associated with this backend.
-