VirtualNetworkGateway.DefinitionStages.WithGatewayType Interface

public interface WithGatewayType

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

Method Summary

Modifier and Type Method and Description
VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress withExpressRoute()

Use Express route gateway type.

VirtualNetworkGateway.DefinitionStages.WithCreate withPolicyBasedVpn()

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

VirtualNetworkGateway.DefinitionStages.WithSku withRouteBasedVpn()

Use Route-based VPN type.

Method Details

withExpressRoute

public WithPublicIPAddress withExpressRoute()

Use Express route gateway type.

Returns:

the next stage of the definition

withPolicyBasedVpn

public WithCreate withPolicyBasedVpn()

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

Returns:

the next stage of the definition

withRouteBasedVpn

public WithSku withRouteBasedVpn()

Use Route-based VPN type.

Returns:

the next stage of the definition

Applies to