Freigeben über


ExpressRouteLinksOperationsExtensions.ListNextAsync Methode

Definition

Rufen Sie die ExpressRouteLink-Unterressourcen der angegebenen ExpressRoutePort-Ressource ab.

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

Parameter

operations
IExpressRouteLinksOperations

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: