Class ApplicationGatewayBackendHealthPool
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool
Application gateway BackendHealth pool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet reference to an ApplicationGatewayBackendAddressPool resource.Get list of ApplicationGatewayBackendHealthHttpSettings resources.withBackendAddressPool
(ApplicationGatewayBackendAddressPool backendAddressPool) Set reference to an ApplicationGatewayBackendAddressPool resource.withBackendHttpSettingsCollection
(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection) Set list of ApplicationGatewayBackendHealthHttpSettings resources.
-
Constructor Details
-
ApplicationGatewayBackendHealthPool
public ApplicationGatewayBackendHealthPool()
-
-
Method Details
-
backendAddressPool
Get reference to an ApplicationGatewayBackendAddressPool resource.- Returns:
- the backendAddressPool value
-
withBackendAddressPool
public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool) Set reference to an ApplicationGatewayBackendAddressPool resource.- Parameters:
backendAddressPool
- the backendAddressPool value to set- Returns:
- the ApplicationGatewayBackendHealthPool object itself.
-
backendHttpSettingsCollection
Get list of ApplicationGatewayBackendHealthHttpSettings resources.- Returns:
- the backendHttpSettingsCollection value
-
withBackendHttpSettingsCollection
public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection) Set list of ApplicationGatewayBackendHealthHttpSettings resources.- Parameters:
backendHttpSettingsCollection
- the backendHttpSettingsCollection value to set- Returns:
- the ApplicationGatewayBackendHealthPool object itself.
-