PrivateLinkResources 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
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 à
Azure SDK for .NET