Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach
Packages that use VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of virtual network gateway IP configuration definition.Subinterfaces with type arguments of type VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of virtual network gateway frontend definition allowing to specify an existing public IP address to make the virtual network gateway available at as Internet-facing.static interfaceThe stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual network gateway is on.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttachModifier and TypeMethodDescriptionVirtualNetworkGatewayIpConfiguration.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.WithSubnet.withExistingSubnet(Subnet subnet) Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.