public final class ApplicationGatewayBackendHealthServerInner extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthServerInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address property: IP address or FQDN of backend server.
|
ApplicationGatewayBackendHealthServerHealth |
health()
Get the health property: Health of backend server.
|
String |
healthProbeLog()
Get the healthProbeLog property: Health Probe Log.
|
NetworkInterfaceIpConfigurationInner |
ipConfiguration()
Get the ipConfiguration property: Reference to IP configuration of backend server.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendHealthServerInner |
withAddress(String address)
Set the address property: IP address or FQDN of backend server.
|
ApplicationGatewayBackendHealthServerInner |
withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set the health property: Health of backend server.
|
ApplicationGatewayBackendHealthServerInner |
withHealthProbeLog(String healthProbeLog)
Set the healthProbeLog property: Health Probe Log.
|
ApplicationGatewayBackendHealthServerInner |
withIpConfiguration(NetworkInterfaceIpConfigurationInner ipConfiguration)
Set the ipConfiguration property: Reference to IP configuration of backend server.
|
public ApplicationGatewayBackendHealthServerInner()
public String address()
public ApplicationGatewayBackendHealthServerInner withAddress(String address)
address - the address value to set.public NetworkInterfaceIpConfigurationInner ipConfiguration()
public ApplicationGatewayBackendHealthServerInner withIpConfiguration(NetworkInterfaceIpConfigurationInner ipConfiguration)
ipConfiguration - the ipConfiguration value to set.public ApplicationGatewayBackendHealthServerHealth health()
public ApplicationGatewayBackendHealthServerInner withHealth(ApplicationGatewayBackendHealthServerHealth health)
health - the health value to set.public String healthProbeLog()
public ApplicationGatewayBackendHealthServerInner withHealthProbeLog(String healthProbeLog)
healthProbeLog - the healthProbeLog value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.