Partager via


SqlPoolTransparentDataEncryptionsOperationsExtensions.ListNextAsync Méthode

Définition

Configurations de chiffrement transparent des données du pool SQL

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

Paramètres

operations
ISqlPoolTransparentDataEncryptionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez la liste des configurations de chiffrement de données transparentes du pool SQL.

S’applique à