VirtualNetworkGatewayConnection.DefinitionStages.WithLocalNetworkGateway Interface

public static interface VirtualNetworkGatewayConnection.DefinitionStages.WithLocalNetworkGateway

Stage of definition allowing to specify local network gateway to connect to.

Method Summary

Modifier and Type Method and Description
abstract WithSharedKey withLocalNetworkGateway(LocalNetworkGateway localNetworkGateway)

Method Details

withLocalNetworkGateway

public abstract VirtualNetworkGatewayConnection.DefinitionStages.WithSharedKey withLocalNetworkGateway(LocalNetworkGateway localNetworkGateway)

Parameters:

localNetworkGateway - local network gateway to connect to

Returns:

the next stage of the definition

Applies to