VirtualNetworkGatewayConnection.UpdateStages.WithSharedKey Interface

public static interface VirtualNetworkGatewayConnection.UpdateStages.WithSharedKey

Stage of virtual network gateway connection update allowing to specify shared key for the connection.

Method Summary

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

Specify shared key.

Method Details

withSharedKey

public abstract VirtualNetworkGatewayConnection.Update withSharedKey(String sharedKey)

Specify shared key.

Parameters:

sharedKey - shared key

Returns:

the next stage of the update

Applies to