Partager via


PrivateLinkResources Constructeurs

Définition

Surcharges

PrivateLinkResources()

Initialise une nouvelle instance de la classe PrivateLinkResources.

PrivateLinkResources(IList<GroupIdInformation>)

Initialise une nouvelle instance de la classe PrivateLinkResources.

PrivateLinkResources()

Initialise une nouvelle instance de la classe PrivateLinkResources.

public PrivateLinkResources ();
Public Sub New ()

S’applique à

PrivateLinkResources(IList<GroupIdInformation>)

Initialise une nouvelle instance de la classe PrivateLinkResources.

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

Paramètres

value
IList<GroupIdInformation>

Liste des ressources de liaison privée disponibles pour un IotHub

S’applique à