Interface VirtualNetworkGateway.DefinitionStages.WithGatewayType
-
- All Known Subinterfaces:
VirtualNetworkGateway.Definition
- Enclosing interface:
- VirtualNetworkGateway.DefinitionStages
public static interface VirtualNetworkGateway.DefinitionStages.WithGatewayTypeThe stage of virtual network gateway definition allowing to specify virtual network gateway type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkGateway.DefinitionStages.WithSkuwithExpressRoute()Use Express route gateway type.VirtualNetworkGateway.DefinitionStages.WithCreatewithPolicyBasedVpn()Use Policy-based VPN type.VirtualNetworkGateway.DefinitionStages.WithSkuwithRouteBasedVpn()Use Route-based VPN type.
-
-
-
Method Detail
-
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
-
-