Class ApplicationGatewayBackendHealthHttpSettings
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings
Application gateway BackendHealthHttp settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet reference to an ApplicationGatewayBackendHttpSettings resource.servers()
Get list of ApplicationGatewayBackendHealthServer resources.withBackendHttpSettings
(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set reference to an ApplicationGatewayBackendHttpSettings resource.Set list of ApplicationGatewayBackendHealthServer resources.
-
Constructor Details
-
ApplicationGatewayBackendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings()
-
-
Method Details
-
backendHttpSettings
Get reference to an ApplicationGatewayBackendHttpSettings resource.- Returns:
- the backendHttpSettings value
-
withBackendHttpSettings
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set reference to an ApplicationGatewayBackendHttpSettings resource.- Parameters:
backendHttpSettings
- the backendHttpSettings value to set- Returns:
- the ApplicationGatewayBackendHealthHttpSettings object itself.
-
servers
Get list of ApplicationGatewayBackendHealthServer resources.- Returns:
- the servers value
-
withServers
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers) Set list of ApplicationGatewayBackendHealthServer resources.- Parameters:
servers
- the servers value to set- Returns:
- the ApplicationGatewayBackendHealthHttpSettings object itself.
-