ConnectionResetSharedKey Constructors

Definition

Overloads

ConnectionResetSharedKey()

Initializes a new instance of the ConnectionResetSharedKey class.

ConnectionResetSharedKey(Int32)

Initializes a new instance of the ConnectionResetSharedKey class.

ConnectionResetSharedKey()

Initializes a new instance of the ConnectionResetSharedKey class.

public ConnectionResetSharedKey ();
Public Sub New ()

Applies to

ConnectionResetSharedKey(Int32)

Initializes a new instance of the ConnectionResetSharedKey class.

public ConnectionResetSharedKey (int keyLength);
new Microsoft.Azure.Management.Network.Models.ConnectionResetSharedKey : int -> Microsoft.Azure.Management.Network.Models.ConnectionResetSharedKey
Public Sub New (keyLength As Integer)

Parameters

keyLength
Int32

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

Applies to