Class ApplicationGatewayBackendHealthServer
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer
-
public class ApplicationGatewayBackendHealthServer extends Object
Application gateway backendhealth http settings.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayBackendHealthServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()Get the address value.ApplicationGatewayBackendHealthServerHealthhealth()Get the health value.com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInneripConfiguration()Get the ipConfiguration value.ApplicationGatewayBackendHealthServerwithAddress(String address)Set the address value.ApplicationGatewayBackendHealthServerwithHealth(ApplicationGatewayBackendHealthServerHealth health)Set the health value.ApplicationGatewayBackendHealthServerwithIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)Set the ipConfiguration value.
-
-
-
Method Detail
-
address
public String address()
Get the address value.- Returns:
- the address value
-
withAddress
public ApplicationGatewayBackendHealthServer withAddress(String address)
Set the address value.- Parameters:
address- the address value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-
ipConfiguration
public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()
Get the ipConfiguration value.- Returns:
- the ipConfiguration value
-
withIpConfiguration
public ApplicationGatewayBackendHealthServer withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
Set the ipConfiguration value.- Parameters:
ipConfiguration- the ipConfiguration value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-
health
public ApplicationGatewayBackendHealthServerHealth health()
Get the health value.- Returns:
- the health value
-
withHealth
public ApplicationGatewayBackendHealthServer withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set the health value.- Parameters:
health- the health value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-
-