Uses of Interface
com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach
-
Packages that use VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceVirtualNetworkGatewayIPConfiguration.Definition<ParentT>The entirety of virtual network gateway IP configuration definition.Methods in com.microsoft.azure.management.network that return VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach Modifier and Type Method 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.
-