Freigeben über


AdminRuleCollectionsOperationsExtensions.ListNextAsync Methode

Definition

Listet alle Regelsammlungen in einer Sicherheitsadministratorkonfiguration in einem paginierten Format auf.

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

Parameter

operations
IAdminRuleCollectionsOperations

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: