Compartilhar via


DdosProtectionPlansOperationsExtensions.ListNextAsync Método

Definição

Obtém todos os planos de proteção contra DDoS em uma assinatura.

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

Parâmetros

operations
IDdosProtectionPlansOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a