Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer
-
Packages that use ApplicationGatewayBackendHealthServer Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackendHealthServer in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendHealthServer Modifier and Type Method Description ApplicationGatewayBackendHealthServerApplicationGatewayBackendHealthServer. withAddress(String address)Set the address value.ApplicationGatewayBackendHealthServerApplicationGatewayBackendHealthServer. withHealth(ApplicationGatewayBackendHealthServerHealth health)Set the health value.ApplicationGatewayBackendHealthServerApplicationGatewayBackendHealthServer. withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)Set the ipConfiguration value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendHealthServer Modifier and Type Method Description List<ApplicationGatewayBackendHealthServer>ApplicationGatewayBackendHealthHttpSettings. servers()Get the servers value.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayBackendHealthServer Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. withServers(List<ApplicationGatewayBackendHealthServer> servers)Set the servers value.
-