ApplicationGatewayBackendHealthOnDemandInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayBackendHealthOnDemandInner
- com.
Implements
public final class ApplicationGatewayBackendHealthOnDemandInner
implements JsonSerializable<ApplicationGatewayBackendHealthOnDemandInner>
Result of on demand test probe.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Application |
backendAddressPool()
Get the backend |
|
Application |
backendHealthHttpSettings()
Get the backend |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
backendAddressPool
public ApplicationGatewayBackendAddressPool backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
Returns:
backendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings()
Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
Returns:
fromJson
public static ApplicationGatewayBackendHealthOnDemandInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthOnDemandInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.