| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualNetworkGatewayIPConfiguration.Definition<ParentT>
The entirety of virtual network gateway IP configuration definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.
|
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the virtual network 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.
*/