| 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 of an ApplicationGatewayBackendAddressPool resource.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set backend addresses.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withBackendIPConfigurations(List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> backendIPConfigurations)
Set collection of references to IPs defined in network interfaces.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withName(String name)
Set name of the backend address pool that is unique within an Application Gateway.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withProvisioningState(String provisioningState)
Set provisioning state of the backend address pool resource.
|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withType(String type)
Set type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHealthPool |
ApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
Set reference of 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.
*/