ApplicationGatewayBackendHealthPool Class

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

public class ApplicationGatewayBackendHealthPool

Application gateway BackendHealth pool.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendAddressPoolInner backendAddressPool()

Get the backendAddressPool value.

List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()

Get the backendHttpSettingsCollection value.

ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPoolInner backendAddressPool)

Set the backendAddressPool value.

ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)

Set the backendHttpSettingsCollection value.

Method Details

backendAddressPool

public ApplicationGatewayBackendAddressPoolInner backendAddressPool()

Get the backendAddressPool value.

Returns:

the backendAddressPool value

backendHttpSettingsCollection

public List backendHttpSettingsCollection()

Get the backendHttpSettingsCollection value.

Returns:

the backendHttpSettingsCollection value

withBackendAddressPool

public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPoolInner backendAddressPool)

Set the backendAddressPool value.

Parameters:

backendAddressPool - the backendAddressPool value to set

Returns:

the ApplicationGatewayBackendHealthPool object itself.

withBackendHttpSettingsCollection

public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List backendHttpSettingsCollection)

Set the backendHttpSettingsCollection value.

Parameters:

backendHttpSettingsCollection - the backendHttpSettingsCollection value to set

Returns:

the ApplicationGatewayBackendHealthPool object itself.

Applies to