VirtualNetworkGateway.DefinitionStages.WithGatewayType Interface

public static interface VirtualNetworkGateway.DefinitionStages.WithGatewayType

The stage of virtual network gateway definition allowing to specify virtual network gateway type.

Method Summary

Modifier and Type Method and Description
abstract WithSku withExpressRoute()

Use Express route gateway type.

abstract WithCreate withPolicyBasedVpn()

Use Policy-based VPN type.

abstract WithSku withRouteBasedVpn()

Use Route-based VPN type.

Method Details

withExpressRoute

public abstract VirtualNetworkGateway.DefinitionStages.WithSku withExpressRoute()

Use Express route gateway type.

Returns:

the next stage of the definition

withPolicyBasedVpn

public abstract VirtualNetworkGateway.DefinitionStages.WithCreate withPolicyBasedVpn()

Use Policy-based VPN type. Note: this is available only for Basic SKU.

Returns:

the next stage of the definition

withRouteBasedVpn

public abstract VirtualNetworkGateway.DefinitionStages.WithSku withRouteBasedVpn()

Use Route-based VPN type.

Returns:

the next stage of the definition

Applies to