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.DeviceProvisioningServices.Models.GroupIdInformation> value = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources : System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.GroupIdInformation> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources
Public Sub New (Optional value As IList(Of GroupIdInformation) = Nothing)

Parameter

value
IList<GroupIdInformation>

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

Gilt für: