Aracılığıyla paylaş


SqlPoolVulnerabilityAssessmentScansOperationsExtensions.ListNext Method

Definition

Lists the vulnerability assessment scans of a SQL pool

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

Parameters

operations
ISqlPoolVulnerabilityAssessmentScansOperations

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 scans of a SQL pool.

Applies to