ApplicationGatewayBackendHealthServerInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayBackendHealthServerInner
- com.
Implements
public final class ApplicationGatewayBackendHealthServerInner
implements JsonSerializable<ApplicationGatewayBackendHealthServerInner>
Application gateway backendhealth http settings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
address()
Get the address property: IP address or FQDN of backend server. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Application |
health()
Get the health property: Health of backend server. |
| String |
healthProbeLog()
Get the health |
|
Network |
ipConfiguration()
Get the ip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
address
public String address()
Get the address property: IP address or FQDN of backend server.
Returns:
fromJson
public static ApplicationGatewayBackendHealthServerInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthServerInner from the JsonReader.
Parameters:
Returns:
Throws:
health
public ApplicationGatewayBackendHealthServerHealth health()
Get the health property: Health of backend server.
Returns:
healthProbeLog
public String healthProbeLog()
Get the healthProbeLog property: Health Probe Log.
Returns:
ipConfiguration
public NetworkInterfaceIpConfigurationInner ipConfiguration()
Get the ipConfiguration property: Reference to IP configuration of backend server.
Returns:
toJson
validate
public void validate()
Validates the instance.