Compartir a través de


DdosProtectionPlansOperationsExtensions.ListByResourceGroupNextAsync Método

Definición

Obtiene todos los planes de protección contra DDoS de un grupo de recursos.

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

Parámetros

operations
IDdosProtectionPlansOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a