Partager via


PrivateLinkResourcesWrapper Constructeurs

Définition

Surcharges

PrivateLinkResourcesWrapper()

Initialise une nouvelle instance de la classe PrivateLinkResourcesWrapper.

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

Initialise une nouvelle instance de la classe PrivateLinkResourcesWrapper.

PrivateLinkResourcesWrapper()

Initialise une nouvelle instance de la classe PrivateLinkResourcesWrapper.

public PrivateLinkResourcesWrapper ();
Public Sub New ()

S’applique à

PrivateLinkResourcesWrapper(IList<PrivateLinkResource>)

Initialise une nouvelle instance de la classe PrivateLinkResourcesWrapper.

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))

Paramètres

S’applique à