| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddress |
ApplicationGatewayBackendAddress.withFqdn(String fqdn)
Set fully qualified domain name (FQDN).
|
ApplicationGatewayBackendAddress |
ApplicationGatewayBackendAddress.withIpAddress(String ipAddress)
Set iP address.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ApplicationGatewayBackendAddress> |
ApplicationGatewayBackend.addresses() |
List<ApplicationGatewayBackendAddress> |
ApplicationGatewayBackendAddressPool.backendAddresses()
Get backend addresses.
|
Collection<ApplicationGatewayBackendAddress> |
ApplicationGatewayRequestRoutingRule.backendAddresses() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.Update |
ApplicationGatewayBackend.UpdateStages.WithAddress.withoutAddress(ApplicationGatewayBackendAddress address)
Ensure the specified address is not associated with this backend.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendAddressPool |
ApplicationGatewayBackendAddressPool.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set backend addresses.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/