Freigeben über


PrivateEndpointConnectionsOperationsExtensions.ListNext Methode

Definition

Ruft die verfügbaren PrivateEndpointConnections in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> ListNext (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListNext (operations As IPrivateEndpointConnectionsOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnection)

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: