Partager via


FirewallRulesOperationsExtensions.ListByAccountNextAsync Méthode

Définition

Répertorie les règles de pare-feu Data Lake Store dans le compte Data Lake Store spécifié.

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

Paramètres

operations
IFirewallRulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à