共用方式為


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.ListNextAsync Method

Definition

Get list of encryption protectors for the server.

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

Parameters

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

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

Get list of encryption protectors for workspace managed sql server.

Applies to