Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach
-
Packages that use VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceVirtualNetworkGatewayIpConfiguration.Definition<ParentT>The entirety of virtual network gateway IP configuration definition.Methods in com.azure.resourcemanager.network.models 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.
-