ArmNetworkModelFactory.ConnectionResetSharedKey(Int32) Method

Definition

public static Azure.ResourceManager.Network.Models.ConnectionResetSharedKey ConnectionResetSharedKey(int keyLength = 0);
static member ConnectionResetSharedKey : int -> Azure.ResourceManager.Network.Models.ConnectionResetSharedKey
Public Shared Function ConnectionResetSharedKey (Optional keyLength As Integer = 0) As ConnectionResetSharedKey

Parameters

keyLength
Int32

The virtual network connection reset shared key length, should between 1 and 128.

Returns

A new ConnectionResetSharedKey instance for mocking.

Applies to