Share via


PrivateLinkResourcesWrapper Constructors

Definition

Overloads

PrivateLinkResourcesWrapper()

Initializes a new instance of the PrivateLinkResourcesWrapper class.

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

Initializes a new instance of the PrivateLinkResourcesWrapper class.

PrivateLinkResourcesWrapper()

Initializes a new instance of the PrivateLinkResourcesWrapper class.

public PrivateLinkResourcesWrapper ();
Public Sub New ()

Applies to

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

Initializes a new instance of the PrivateLinkResourcesWrapper class.

public PrivateLinkResourcesWrapper (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResource> value);
new Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResource> -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkResourcesWrapper
Public Sub New (value As IList(Of PrivateLinkResource))

Parameters

Applies to