AdminRuleCollectionsOperationsExtensions.ListNextAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista todas as coleções de regras em uma configuração de administrador de segurança, em um formato paginado.
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))
Parâmetros
- operations
- IAdminRuleCollectionsOperations
O grupo de operações para esse método de extensão.
- nextPageLink
- String
O NextLink da chamada bem-sucedida anterior para a operação Listar.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET