Freigeben über


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.ListByManagedInstanceNextAsync Methode

Definition

Ruft alle privaten Endpunktverbindungen auf einem Server ab.

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

Parameter

operations
IManagedInstancePrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: