Partager via


PrivateLinkResourcesListResultInner Constructeurs

Définition

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 à