Freigeben über


SqlPoolVulnerabilityAssessmentScansOperationsExtensions.ListNextAsync Methode

Definition

Listet die Überprüfungen der Sicherheitsrisikobewertung eines SQL-Pools auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanRecord>> ListNextAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolVulnerabilityAssessmentScansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Synapse.ISqlPoolVulnerabilityAssessmentScansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentScanRecord>>
<Extension()>
Public Function ListNextAsync (operations As ISqlPoolVulnerabilityAssessmentScansOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VulnerabilityAssessmentScanRecord))

Parameter

operations
ISqlPoolVulnerabilityAssessmentScansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet die Überprüfungen der Sicherheitsrisikobewertung eines SQL-Pools auf.

Gilt für: