ApplicationGatewayBackendHealthServer Class

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

public class ApplicationGatewayBackendHealthServer

Application gateway backendhealth http settings.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthServer()

Method Summary

Modifier and Type Method and Description
java.lang.String address()

Get iP address or FQDN of backend server.

ApplicationGatewayBackendHealthServerHealth health()

Get health of backend server.

java.lang.String healthProbeLog()

Get health Probe Log.

com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()

Get reference to IP configuration of backend server.

ApplicationGatewayBackendHealthServer withAddress(String address)

Set iP address or FQDN of backend server.

ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Set health of backend server.

ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)

Set health Probe Log.

ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Set reference to IP configuration of backend server.

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

ApplicationGatewayBackendHealthServer

public ApplicationGatewayBackendHealthServer()

Method Details

address

public String address()

Get iP address or FQDN of backend server.

Returns:

the address value

health

public ApplicationGatewayBackendHealthServerHealth health()

Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.

Returns:

the health value

healthProbeLog

public String healthProbeLog()

Get health Probe Log.

Returns:

the healthProbeLog value

ipConfiguration

public NetworkInterfaceIPConfigurationInner ipConfiguration()

Get reference to IP configuration of backend server.

Returns:

the ipConfiguration value

withAddress

public ApplicationGatewayBackendHealthServer withAddress(String address)

Set iP address or FQDN of backend server.

Parameters:

address - the address value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

withHealth

public ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Set health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.

Parameters:

health - the health value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

withHealthProbeLog

public ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)

Set health Probe Log.

Parameters:

healthProbeLog - the healthProbeLog value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

withIpConfiguration

public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Set reference to IP configuration of backend server.

Parameters:

ipConfiguration - the ipConfiguration value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

Applies to