ApplicationGatewayBackendHealthHttpSettings Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayBackendHealthHttpSettings
- com.
Implements
public final class ApplicationGatewayBackendHealthHttpSettings
implements JsonSerializable<ApplicationGatewayBackendHealthHttpSettings>
Application gateway BackendHealthHttp settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayBackendHealthHttpSettings() |
Creates an instance of Application |
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. |
|
Application |
withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set the backend |
|
Application |
withServers(List<ApplicationGatewayBackendHealthServerInner> servers)
Set the servers property: List of Application |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendHealthHttpSettings
public ApplicationGatewayBackendHealthHttpSettings()
Creates an instance of ApplicationGatewayBackendHealthHttpSettings class.
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.
withBackendHttpSettings
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.
Parameters:
Returns:
withServers
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServerInner> servers)
Set the servers property: List of ApplicationGatewayBackendHealthServer resources.
Parameters:
Returns: