ApplicationGatewayBackendHealthServer Class

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

public class ApplicationGatewayBackendHealthServer

Application gateway backendhealth http settings.

Method Summary

Modifier and Type Method and Description
String address()

Get the address value.

ApplicationGatewayBackendHealthServerHealth health()

Get the health value.

NetworkInterfaceIPConfigurationInner ipConfiguration()

Get the ipConfiguration value.

ApplicationGatewayBackendHealthServer withAddress(String address)

Set the address value.

ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Set the health value.

ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Set the ipConfiguration value.

Method Details

address

public String address()

Get the address value.

Returns:

the address value

health

public ApplicationGatewayBackendHealthServerHealth health()

Get the health value.

Returns:

the health value

ipConfiguration

public NetworkInterfaceIPConfigurationInner ipConfiguration()

Get the ipConfiguration value.

Returns:

the ipConfiguration value

withAddress

public ApplicationGatewayBackendHealthServer withAddress(String address)

Set the address value.

Parameters:

address - the address value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

withHealth

public ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)

Set the health value.

Parameters:

health - the health value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

withIpConfiguration

public ApplicationGatewayBackendHealthServer withIpConfiguration(NetworkInterfaceIPConfigurationInner ipConfiguration)

Set the ipConfiguration value.

Parameters:

ipConfiguration - the ipConfiguration value to set

Returns:

the ApplicationGatewayBackendHealthServer object itself.

Applies to