VirtualNetworkGatewayConnection.DefinitionStages.WithSharedKey Interface

public static interface VirtualNetworkGatewayConnection.DefinitionStages.WithSharedKey

Stage of definition allowing to specify shared key for the connection.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSharedKey(String sharedKey)

Specify shared key.

Method Details

withSharedKey

public abstract VirtualNetworkGatewayConnection.DefinitionStages.WithCreate withSharedKey(String sharedKey)

Specify shared key.

Parameters:

sharedKey - shared key

Returns:

the next stage of the definition

Applies to