Sdílet prostřednictvím


ServerAdvancedThreatProtectionSettingsOperationsExtensions.ListByServerNext Method

Definition

Get a list of the server's Advanced Threat Protection states.

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)

Parameters

operations
IServerAdvancedThreatProtectionSettingsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to