| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2021 Microsoft Corporation. All rights reserved.