Freigeben über


IotDpsResourceOperationsExtensions.ListPrivateLinkResourcesAsync Methode

Definition

Auflisten von Private Link-Ressourcen

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources> ListPrivateLinkResourcesAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateLinkResourcesAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateLinkResources>
<Extension()>
Public Function ListPrivateLinkResourcesAsync (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResources)

Parameter

operations
IIotDpsResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Bereitstellungsdienst enthält.

resourceName
String

Der Name des Bereitstellungsdiensts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten von Private Link-Ressourcen für den angegebenen Bereitstellungsdienst

Gilt für: