LoadBalancerHealthPerRulePerBackendAddress Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. LoadBalancerHealthPerRulePerBackendAddress
- com.
Implements
public final class LoadBalancerHealthPerRulePerBackendAddress
implements JsonSerializable<LoadBalancerHealthPerRulePerBackendAddress>
The information about health per rule per backend address.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Load |
fromJson(JsonReader jsonReader)
Reads an instance of Load |
| String |
ipAddress()
Get the ip |
| String |
networkInterfaceIpConfigurationId()
Get the network |
| String |
reason()
Get the reason property: The explanation of the State. |
| String |
state()
Get the state property: The current health of the backend instances that is associated to the LB rule. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static LoadBalancerHealthPerRulePerBackendAddress fromJson(JsonReader jsonReader)
Reads an instance of LoadBalancerHealthPerRulePerBackendAddress from the JsonReader.
Parameters:
Returns:
Throws:
ipAddress
public String ipAddress()
Get the ipAddress property: The IP address belonging to the backend address.
Returns:
networkInterfaceIpConfigurationId
public String networkInterfaceIpConfigurationId()
Get the networkInterfaceIpConfigurationId property: Resource ID of the Network Interface IP Configuration.
Returns:
reason
public String reason()
Get the reason property: The explanation of the State.
Returns:
state
public String state()
Get the state property: The current health of the backend instances that is associated to the LB rule.
Returns:
toJson
validate
public void validate()
Validates the instance.