ApplicationGatewayBackendHealthHttpSettings Class

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

public class ApplicationGatewayBackendHealthHttpSettings

Application gateway BackendHealthHttp settings.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendHttpSettingsInner backendHttpSettings()

Get the backendHttpSettings value.

List<ApplicationGatewayBackendHealthServer> servers()

Get the servers value.

ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettingsInner backendHttpSettings)

Set the backendHttpSettings value.

ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers)

Set the servers value.

Method Details

backendHttpSettings

public ApplicationGatewayBackendHttpSettingsInner backendHttpSettings()

Get the backendHttpSettings value.

Returns:

the backendHttpSettings value

servers

public List servers()

Get the servers value.

Returns:

the servers value

withBackendHttpSettings

public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettingsInner backendHttpSettings)

Set the backendHttpSettings value.

Parameters:

backendHttpSettings - the backendHttpSettings value to set

Returns:

the ApplicationGatewayBackendHealthHttpSettings object itself.

withServers

public ApplicationGatewayBackendHealthHttpSettings withServers(List servers)

Set the servers value.

Parameters:

servers - the servers value to set

Returns:

the ApplicationGatewayBackendHealthHttpSettings object itself.

Applies to