Dela via


ConnectionSharedKeyInner Constructors

Definition

Overloads

ConnectionSharedKeyInner()

Initializes a new instance of the ConnectionSharedKeyInner class.

ConnectionSharedKeyInner(String, String)

Initializes a new instance of the ConnectionSharedKeyInner class.

ConnectionSharedKeyInner()

Initializes a new instance of the ConnectionSharedKeyInner class.

public ConnectionSharedKeyInner ();
Public Sub New ()

Applies to

ConnectionSharedKeyInner(String, String)

Initializes a new instance of the ConnectionSharedKeyInner class.

public ConnectionSharedKeyInner (string value, string id = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner : string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner
Public Sub New (value As String, Optional id As String = Nothing)

Parameters

value
String

The virtual network connection shared key value.

id
String

Applies to