ApplicationGatewayBackendHealthHttpSettings Class

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

public class ApplicationGatewayBackendHealthHttpSettings

Application gateway BackendHealthHttp settings.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthHttpSettings()

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendHttpSettings backendHttpSettings()

Get reference to an ApplicationGatewayBackendHttpSettings resource.

java.util.List<ApplicationGatewayBackendHealthServer> servers()

Get list of ApplicationGatewayBackendHealthServer resources.

ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)

Set reference to an ApplicationGatewayBackendHttpSettings resource.

ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers)

Set list of ApplicationGatewayBackendHealthServer 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

ApplicationGatewayBackendHealthHttpSettings

public ApplicationGatewayBackendHealthHttpSettings()

Method Details

backendHttpSettings

public ApplicationGatewayBackendHttpSettings backendHttpSettings()

Get reference to an ApplicationGatewayBackendHttpSettings resource.

Returns:

the backendHttpSettings value

servers

public List servers()

Get list of ApplicationGatewayBackendHealthServer resources.

Returns:

the servers value

withBackendHttpSettings

public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)

Set reference to an ApplicationGatewayBackendHttpSettings resource.

Parameters:

backendHttpSettings - the backendHttpSettings value to set

Returns:

the ApplicationGatewayBackendHealthHttpSettings object itself.

withServers

public ApplicationGatewayBackendHealthHttpSettings withServers(List servers)

Set list of ApplicationGatewayBackendHealthServer resources.

Parameters:

servers - the servers value to set

Returns:

the ApplicationGatewayBackendHealthHttpSettings object itself.

Applies to