Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer
Packages that use ApplicationGatewayBackendHealthServer
Package
Description
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 ApplicationGatewayBackendHealthServerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServer.withAddress
(String address) Set iP address or FQDN of backend server.ApplicationGatewayBackendHealthServer.withHealth
(ApplicationGatewayBackendHealthServerHealth health) Set health of backend server.ApplicationGatewayBackendHealthServer.withHealthProbeLog
(String healthProbeLog) Set health Probe Log.ApplicationGatewayBackendHealthServer.withIpConfiguration
(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration) Set reference to IP configuration of backend server.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendHealthServerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.servers()
Get list of ApplicationGatewayBackendHealthServer resources.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayBackendHealthServerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.withServers
(List<ApplicationGatewayBackendHealthServer> servers) Set list of ApplicationGatewayBackendHealthServer resources.