ApplicationGatewayBackendHealthInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthInner

Implements

public final class ApplicationGatewayBackendHealthInner
implements JsonSerializable<ApplicationGatewayBackendHealthInner>

Response for ApplicationGatewayBackendHealth API service call.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewayBackendHealthPool> backendAddressPools()

Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.

static ApplicationGatewayBackendHealthInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayBackendHealthInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

backendAddressPools

public List<ApplicationGatewayBackendHealthPool> backendAddressPools()

Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.

Returns:

the backendAddressPools value.

fromJson

public static ApplicationGatewayBackendHealthInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayBackendHealthInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayBackendHealthInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationGatewayBackendHealthInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to