Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings
-
Packages that use ApplicationGatewayBackendHealthHttpSettings Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackendHealthHttpSettings in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. withBackendHttpSettings(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendHttpSettingsInner backendHttpSettings)Set the backendHttpSettings value.ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. withServers(List<ApplicationGatewayBackendHealthServer> servers)Set the servers value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description List<ApplicationGatewayBackendHealthHttpSettings>ApplicationGatewayBackendHealthPool. backendHttpSettingsCollection()Get the backendHttpSettingsCollection value.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthPoolApplicationGatewayBackendHealthPool. withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)Set the backendHttpSettingsCollection value.
-