Freigeben über


PrivateEndpointConnectionsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste privater Endpunktverbindungen im angegebenen verwalteten Cluster ab.

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

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

resourceName
String

Der Name der verwalteten Clusterressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft eine Liste privater Endpunktverbindungen im angegebenen verwalteten Cluster ab. Der Vorgang gibt Eigenschaften jeder privaten Endpunktverbindung zurück.

Gilt für: