Share via


PrivateEndpointConnectionsOperationsExtensions.ListAsync Methode

Definition

Auflisten privater Endpunktverbindungen

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

Parameter

operations
IPrivateEndpointConnectionsOperations

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 der Verbindungseigenschaften für private Endpunkte

Gilt für: