Freigeben über


PrivateLinkResources Konstruktoren

Definition

Überlädt

PrivateLinkResources()

Initialisiert eine neue instance der PrivateLinkResources-Klasse.

PrivateLinkResources(IList<GroupIdInformation>)

Initialisiert eine neue instance der PrivateLinkResources-Klasse.

PrivateLinkResources()

Initialisiert eine neue instance der PrivateLinkResources-Klasse.

public PrivateLinkResources ();
Public Sub New ()

Gilt für:

PrivateLinkResources(IList<GroupIdInformation>)

Initialisiert eine neue instance der PrivateLinkResources-Klasse.

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)

Parameter

value
IList<GroupIdInformation>

Die Liste der verfügbaren Private Link-Ressourcen für einen IotHub

Gilt für: