Interface VirtualNetworkGateway.DefinitionStages.WithGatewayType
- All Known Subinterfaces:
VirtualNetworkGateway.Definition
- Enclosing interface:
VirtualNetworkGateway.DefinitionStages
public static interface VirtualNetworkGateway.DefinitionStages.WithGatewayType
The stage of virtual network gateway definition allowing to specify virtual network gateway type.
-
Method Summary
Modifier and TypeMethodDescriptionUse Express route gateway type.Use Policy-based VPN type.Use Route-based VPN type.
-
Method Details
-
withExpressRoute
VirtualNetworkGateway.DefinitionStages.WithSku withExpressRoute()Use Express route gateway type.- Returns:
- the next stage of the definition
-
withRouteBasedVpn
VirtualNetworkGateway.DefinitionStages.WithSku withRouteBasedVpn()Use Route-based VPN type.- Returns:
- the next stage of the definition
-
withPolicyBasedVpn
VirtualNetworkGateway.DefinitionStages.WithCreate withPolicyBasedVpn()Use Policy-based VPN type. Note: this is available only for Basic SKU.- Returns:
- the next stage of the definition
-