ApplicationGatewayBackendHealthInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayBackendHealthInner
- com.
Implements
public final class ApplicationGatewayBackendHealthInner
implements JsonSerializable<ApplicationGatewayBackendHealthInner>
Response for ApplicationGatewayBackendHealth API service call.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayBackendHealthInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Application |
backendAddressPools()
Get the backend |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)
Set the backend |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendHealthInner
public ApplicationGatewayBackendHealthInner()
Creates an instance of ApplicationGatewayBackendHealthInner class.
Method Details
backendAddressPools
public List
Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
Returns:
fromJson
public static ApplicationGatewayBackendHealthInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBackendAddressPools
public ApplicationGatewayBackendHealthInner withBackendAddressPools(List
Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
Parameters:
Returns:
Applies to
Azure SDK for Java