Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGateway.DefinitionStages.WithGatewayType
Packages that use VirtualNetworkGateway.DefinitionStages.WithGatewayType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGateway.DefinitionStages.WithGatewayType in com.azure.resourcemanager.network.models
Subinterfaces of VirtualNetworkGateway.DefinitionStages.WithGatewayType in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the virtual network gateway definition.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGateway.DefinitionStages.WithGatewayTypeModifier and TypeMethodDescriptionVirtualNetworkGateway.DefinitionStages.WithNetwork.withExistingNetwork(Network network) Associate an existing virtual network with the virtual network gateway.VirtualNetworkGateway.DefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable) Create a new virtual network to associate with the virtual network gateway, based on the provided definition.VirtualNetworkGateway.DefinitionStages.WithNetwork.withNewNetwork(String addressSpaceCidr, String subnetAddressSpaceCidr) Creates a new virtual network to associate with the virtual network gateway. the virtual network will be created in the same resource group and region as of parent virtual network gateway, it will be created with the specified address space and a default subnet for virtual network gateway.VirtualNetworkGateway.DefinitionStages.WithNetwork.withNewNetwork(String name, String addressSpace, String subnetAddressSpaceCidr) Creates a new virtual network to associate with the virtual network gateway. the virtual network will be created in the same resource group and region as of parent virtual network gateway, it will be created with the specified address space and a subnet for virtual network gateway.