PrivateLinkResourcesListResultInner 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
PrivateLinkResourcesListResultInner() |
Initialise une nouvelle instance de la classe PrivateLinkResourcesListResultInner. |
PrivateLinkResourcesListResultInner(IList<PrivateLinkResourceInner>) |
Initialise une nouvelle instance de la classe PrivateLinkResourcesListResultInner. |
PrivateLinkResourcesListResultInner()
Initialise une nouvelle instance de la classe PrivateLinkResourcesListResultInner.
public PrivateLinkResourcesListResultInner ();
Public Sub New ()
S’applique à
PrivateLinkResourcesListResultInner(IList<PrivateLinkResourceInner>)
Initialise une nouvelle instance de la classe PrivateLinkResourcesListResultInner.
public PrivateLinkResourcesListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner> value = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourcesListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourcesListResultInner
Public Sub New (Optional value As IList(Of PrivateLinkResourceInner) = Nothing)
Paramètres
- value
- IList<PrivateLinkResourceInner>
Valeur de collection.
S’applique à
Azure SDK for .NET