Compartir a través de


ServerAdvancedThreatProtectionSettingsOperationsExtensions.ListByServerNext Método

Definición

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerAdvancedThreatProtectionSettingsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection>
<Extension()>
Public Function ListByServerNext (operations As IServerAdvancedThreatProtectionSettingsOperations, nextPageLink As String) As 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.

Devoluciones

Se aplica a