public final class ApplicationGatewayBackendHealthHttpSettings extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthHttpSettings() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpSettings |
backendHttpSettings()
Get the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.
|
List<ApplicationGatewayBackendHealthServerInner> |
servers()
Get the servers property: List of ApplicationGatewayBackendHealthServer resources.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendHealthHttpSettings |
withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.
|
ApplicationGatewayBackendHealthHttpSettings |
withServers(List<ApplicationGatewayBackendHealthServerInner> servers)
Set the servers property: List of ApplicationGatewayBackendHealthServer resources.
|
public ApplicationGatewayBackendHealthHttpSettings()
public ApplicationGatewayBackendHttpSettings backendHttpSettings()
public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)
backendHttpSettings - the backendHttpSettings value to set.public List<ApplicationGatewayBackendHealthServerInner> servers()
public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServerInner> servers)
servers - the servers value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.