Freigeben über


NetworkManagersOperationsExtensions.ListNextAsync Methode

Definition

Listet Netzwerk-Manager in einer Ressourcengruppe auf.

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

Parameter

operations
INetworkManagersOperations

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: