PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(ConnectionProperties, String, String, String, SystemData)

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection ();
Public Sub New ()

Applies to

PrivateEndpointConnection(ConnectionProperties, String, String, String, SystemData)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties properties, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DigitalTwins.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection : Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.SystemData -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
Public Sub New (properties As ConnectionProperties, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

properties
ConnectionProperties

The connection properties.

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

systemData
SystemData

Metadata pertaining to creation and last modification of the private endpoint connection.

Applies to