public final class ApplicationGatewayBackendHealthOnDemandInner extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthOnDemandInner() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddressPool |
backendAddressPool()
Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendHealthHttpSettings |
backendHealthHttpSettings()
Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendHealthOnDemandInner |
withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendHealthOnDemandInner |
withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)
Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.
|
public ApplicationGatewayBackendHealthOnDemandInner()
public ApplicationGatewayBackendAddressPool backendAddressPool()
public ApplicationGatewayBackendHealthOnDemandInner withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
backendAddressPool - the backendAddressPool value to set.public ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings()
public ApplicationGatewayBackendHealthOnDemandInner withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings)
backendHealthHttpSettings - the backendHealthHttpSettings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.