WorkspaceManagedSqlServerVulnerabilityAssessmentsOperationsExtensions.ListNext Method

Definition

Lists the vulnerability assessment policies associated with a server.

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

Parameters

operations
IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Lists the vulnerability assessment policies associated with a workspace managed sql server.

Applies to