Freigeben über


SqlPoolVulnerabilityAssessmentsOperationsExtensions.ListNextAsync Methode

Definition

Listet die Richtlinien für die Sicherheitsrisikobewertung auf, die einem SQL-Pool zugeordnet sind.

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

Parameter

operations
ISqlPoolVulnerabilityAssessmentsOperations

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 Richtlinien für die Sicherheitsrisikobewertung auf, die einem SQL-Pool zugeordnet sind.

Gilt für: