Share via


ConnectionResetSharedKeyInner Constructors

Definition

Overloads

ConnectionResetSharedKeyInner()

Initializes a new instance of the ConnectionResetSharedKeyInner class.

ConnectionResetSharedKeyInner(Int32)

Initializes a new instance of the ConnectionResetSharedKeyInner class.

ConnectionResetSharedKeyInner()

Initializes a new instance of the ConnectionResetSharedKeyInner class.

public ConnectionResetSharedKeyInner ();
Public Sub New ()

Applies to

ConnectionResetSharedKeyInner(Int32)

Initializes a new instance of the ConnectionResetSharedKeyInner class.

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

Parameters

keyLength
Int32

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

Applies to