public class ApplicationGatewayBackendHealthPool extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthPool() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddressPool |
backendAddressPool()
Get reference to an ApplicationGatewayBackendAddressPool resource.
|
List<ApplicationGatewayBackendHealthHttpSettings> |
backendHttpSettingsCollection()
Get list of ApplicationGatewayBackendHealthHttpSettings resources.
|
ApplicationGatewayBackendHealthPool |
withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set reference to an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendHealthPool |
withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
Set list of ApplicationGatewayBackendHealthHttpSettings resources.
|
public ApplicationGatewayBackendAddressPool backendAddressPool()
public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
backendAddressPool - the backendAddressPool value to setpublic List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()
public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
backendHttpSettingsCollection - the backendHttpSettingsCollection value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/