Class ApplicationGatewayBackendHealthServer
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer
Application gateway backendhealth http settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()
Get iP address or FQDN of backend server.health()
Get health of backend server.Get health Probe Log.com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner
Get reference to IP configuration of backend server.withAddress
(String address) Set iP address or FQDN of backend server.Set health of backend server.withHealthProbeLog
(String healthProbeLog) Set health Probe Log.withIpConfiguration
(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration) Set reference to IP configuration of backend server.
-
Constructor Details
-
ApplicationGatewayBackendHealthServer
public ApplicationGatewayBackendHealthServer()
-
-
Method Details
-
address
Get iP address or FQDN of backend server.- Returns:
- the address value
-
withAddress
Set iP address or FQDN of backend server.- Parameters:
address
- the address value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-
ipConfiguration
public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()Get reference to IP configuration of backend server.- Returns:
- the ipConfiguration value
-
withIpConfiguration
public ApplicationGatewayBackendHealthServer withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration) Set reference to IP configuration of backend server.- Parameters:
ipConfiguration
- the ipConfiguration value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-
health
Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.- Returns:
- the health value
-
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.
-
healthProbeLog
Get health Probe Log.- Returns:
- the healthProbeLog value
-
withHealthProbeLog
Set health Probe Log.- Parameters:
healthProbeLog
- the healthProbeLog value to set- Returns:
- the ApplicationGatewayBackendHealthServer object itself.
-