public final class ApplicationGatewayBackendHealthPool extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthPool() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddressPool |
backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
|
List<ApplicationGatewayBackendHealthHttpSettings> |
backendHttpSettingsCollection()
Get the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendHealthPool |
withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendHealthPool |
withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
|
public ApplicationGatewayBackendAddressPool backendAddressPool()
public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
backendAddressPool - the backendAddressPool value to set.public List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()
public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
backendHttpSettingsCollection - the backendHttpSettingsCollection value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.