Partager via


PrivateLinkResourceListResultInner Constructeurs

Définition

Surcharges

PrivateLinkResourceListResultInner()

Initialise une nouvelle instance de la classe PrivateLinkResourceListResultInner.

PrivateLinkResourceListResultInner(IList<PrivateLinkResource>)

Initialise une nouvelle instance de la classe PrivateLinkResourceListResultInner.

PrivateLinkResourceListResultInner()

Initialise une nouvelle instance de la classe PrivateLinkResourceListResultInner.

public PrivateLinkResourceListResultInner ();
Public Sub New ()

S’applique à

PrivateLinkResourceListResultInner(IList<PrivateLinkResource>)

Initialise une nouvelle instance de la classe PrivateLinkResourceListResultInner.

public PrivateLinkResourceListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResource> value = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResourceListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResource> -> Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResourceListResultInner
Public Sub New (Optional value As IList(Of PrivateLinkResource) = Nothing)

Paramètres

value
IList<PrivateLinkResource>

Tableau de ressources de liaison privée

S’applique à