Share via


PrivateLinkResourcesOperationsExtensions.ListAsync Methode

Definition

Auflisten von Private Link-Ressourcen

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

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: