Freigeben über


ApplicationSecurityGroupsOperationsExtensions.ListAllNextAsync Methode

Definition

Ruft alle Anwendungssicherheitsgruppen in einem Abonnement ab.

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

Parameter

operations
IApplicationSecurityGroupsOperations

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: