ApplicationGatewayBackendHealthHttpSettings Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayBackendHealthHttpSettings
- com.
Implements
public final class ApplicationGatewayBackendHealthHttpSettings
implements JsonSerializable<ApplicationGatewayBackendHealthHttpSettings>
Application gateway BackendHealthHttp settings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Application |
backendHttpSettings()
Get the backend |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
List<Application |
servers()
Get the servers property: List of Application |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
backendHttpSettings
public ApplicationGatewayBackendHttpSettings backendHttpSettings()
Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.
Returns:
fromJson
public static ApplicationGatewayBackendHealthHttpSettings fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendHealthHttpSettings from the JsonReader.
Parameters:
Returns:
Throws:
servers
public List<ApplicationGatewayBackendHealthServerInner> servers()
Get the servers property: List of ApplicationGatewayBackendHealthServer resources.
Returns:
toJson
validate
public void validate()
Validates the instance.