Class ApplicationGatewayBackendHealthInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthInner
Response for ApplicationGatewayBackendHealth API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayBackendHealthInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.voidvalidate()Validates the instance.withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools) Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
-
Constructor Details
-
ApplicationGatewayBackendHealthInner
public ApplicationGatewayBackendHealthInner()Creates an instance of ApplicationGatewayBackendHealthInner class.
-
-
Method Details
-
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.
-