Freigeben über


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnectionsNextAsync Methode

Definition

Ruft alle privaten Endpunktverbindungen für einen bestimmten Private Link-Dienst ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>> ListPrivateEndpointConnectionsNextAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateEndpointConnectionsNextAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>>
<Extension()>
Public Function ListPrivateEndpointConnectionsNextAsync (operations As IPrivateLinkServicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnectionInner))

Parameter

operations
IPrivateLinkServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: