Class ApplicationGatewayBackendHealthInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthInner
-
public final class ApplicationGatewayBackendHealthInner extends Object
Response for ApplicationGatewayBackendHealth API service call.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayBackendHealthInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApplicationGatewayBackendHealthPool>backendAddressPools()Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.voidvalidate()Validates the instance.ApplicationGatewayBackendHealthInnerwithBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
-
-
-
Method Detail
-
backendAddressPools
public List<ApplicationGatewayBackendHealthPool> backendAddressPools()
Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.- Returns:
- the backendAddressPools value.
-
withBackendAddressPools
public ApplicationGatewayBackendHealthInner withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)
Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.- Parameters:
backendAddressPools- the backendAddressPools value to set.- Returns:
- the ApplicationGatewayBackendHealthInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-