ResourceManagementPrivateLinkEndpointConnections Constructors

Definition

Overloads

ResourceManagementPrivateLinkEndpointConnections()

Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.

ResourceManagementPrivateLinkEndpointConnections()

Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.

public ResourceManagementPrivateLinkEndpointConnections ();
Public Sub New ()

Applies to

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.

public ResourceManagementPrivateLinkEndpointConnections (System.Collections.Generic.IList<string> privateEndpointConnections = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections
Public Sub New (Optional privateEndpointConnections As IList(Of String) = Nothing)

Parameters

privateEndpointConnections
IList<String>

The private endpoint connections.

Applies to