Freigeben über


FirewallRulesOperationsExtensions.ListByServerNextAsync Methode

Definition

Listet alle Firewallregeln in einem bestimmten PostgreSQL-Server auf.

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

Parameter

operations
IFirewallRulesOperations

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: