ApplicationGatewayBackendHealthPool Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool

public class ApplicationGatewayBackendHealthPool

Application gateway BackendHealth pool.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthPool()

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendAddressPool backendAddressPool()

Get reference to an ApplicationGatewayBackendAddressPool resource.

java.util.List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()

Get list of ApplicationGatewayBackendHealthHttpSettings resources.

ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)

Set reference to an ApplicationGatewayBackendAddressPool resource.

ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)

Set list of ApplicationGatewayBackendHealthHttpSettings resources.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayBackendHealthPool

public ApplicationGatewayBackendHealthPool()

Method Details

backendAddressPool

public ApplicationGatewayBackendAddressPool backendAddressPool()

Get reference to an ApplicationGatewayBackendAddressPool resource.

Returns:

the backendAddressPool value

backendHttpSettingsCollection

public List backendHttpSettingsCollection()

Get list of ApplicationGatewayBackendHealthHttpSettings resources.

Returns:

the backendHttpSettingsCollection value

withBackendAddressPool

public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)

Set reference to an ApplicationGatewayBackendAddressPool resource.

Parameters:

backendAddressPool - the backendAddressPool value to set

Returns:

the ApplicationGatewayBackendHealthPool object itself.

withBackendHttpSettingsCollection

public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List backendHttpSettingsCollection)

Set list of ApplicationGatewayBackendHealthHttpSettings resources.

Parameters:

backendHttpSettingsCollection - the backendHttpSettingsCollection value to set

Returns:

the ApplicationGatewayBackendHealthPool object itself.

Applies to