| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendHealthPool.backendAddressPool()
Get reference to an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set backend addresses.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withName(String name)
Set name of the backend address pool that is unique within an Application Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthPool |
ApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set reference to an ApplicationGatewayBackendAddressPool resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/