| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>
The entirety of an application gateway URL path map definition as part of an application gateway update.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendFqdn(String fqdn)
Adds an FQDN (fully qualified domain name) to the backend associated with this URL path map.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendIPAddress(String ipAddress)
Adds an IP address to the backend associated with this URL path map.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendIPAddresses(String... ipAddresses)
Adds the specified IP addresses to the backend associated with this URL path map.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/