Freigeben über


VirtualWansOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Listet alle VirtualWANs in einer Ressourcengruppe auf.

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

Parameter

operations
IVirtualWansOperations

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: