Share via


PrivateEndpointConnectionsResponse Constructors

Definition

Overloads

PrivateEndpointConnectionsResponse()

Initializes a new instance of the PrivateEndpointConnectionsResponse class.

PrivateEndpointConnectionsResponse(IList<PrivateEndpointConnection>)

Initializes a new instance of the PrivateEndpointConnectionsResponse class.

PrivateEndpointConnectionsResponse()

Initializes a new instance of the PrivateEndpointConnectionsResponse class.

public PrivateEndpointConnectionsResponse ();
Public Sub New ()

Applies to

PrivateEndpointConnectionsResponse(IList<PrivateEndpointConnection>)

Initializes a new instance of the PrivateEndpointConnectionsResponse class.

public PrivateEndpointConnectionsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection> value = default);
new Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse
Public Sub New (Optional value As IList(Of PrivateEndpointConnection) = Nothing)

Parameters

value
IList<PrivateEndpointConnection>

The list of available private link connections for a Digital Twin.

Applies to