| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayIPConfiguration.Definition<ParentT>
The entirety of an application gateway IP configuration definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address from.
|
ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address from.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/