Sdílet prostřednictvím


SqlPoolVulnerabilityAssessmentsOperationsExtensions.ListNextAsync Method

Definition

Lists the vulnerability assessment policies associated with a SQL pool

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))

Parameters

operations
ISqlPoolVulnerabilityAssessmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Lists the vulnerability assessment policies associated with a SQL pool.

Applies to