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.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthInner()

Creates an instance of ApplicationGatewayBackendHealthInner class.

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.

ApplicationGatewayBackendHealthInner withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)

Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayBackendHealthInner

public ApplicationGatewayBackendHealthInner()

Creates an instance of ApplicationGatewayBackendHealthInner class.

Method Details

backendAddressPools

public List 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.

withBackendAddressPools

public ApplicationGatewayBackendHealthInner withBackendAddressPools(List backendAddressPools)

Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.

Parameters:

backendAddressPools - the backendAddressPools value to set.

Returns:

the ApplicationGatewayBackendHealthInner object itself.

Applies to