PrivateEndpointConnectionsResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.