Share via


ServerVulnerabilityAssessmentsOperationsExtensions.ListByServerNext Method

Definition

Lists the vulnerability assessment policies associated with a server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerVulnerabilityAssessment> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerVulnerabilityAssessmentsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerVulnerabilityAssessmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerVulnerabilityAssessment>
<Extension()>
Public Function ListByServerNext (operations As IServerVulnerabilityAssessmentsOperations, nextPageLink As String) As IPage(Of ServerVulnerabilityAssessment)

Parameters

operations
IServerVulnerabilityAssessmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to