PrivateLinkResourcesWrapper Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- value
- IList<PrivateLinkResource>
S’applique à
Azure SDK for .NET