Compartir a través de


ServerAdvancedThreatProtectionSettingsOperationsExtensions.ListByServerNextAsync Método

Definición

Obtenga una lista de los estados de Advanced Threat Protection del servidor.

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

Parámetros

operations
IServerAdvancedThreatProtectionSettingsOperations

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