Freigeben über


SqlPoolTransparentDataEncryptionsOperationsExtensions.ListNextAsync Methode

Definition

Transparente Datenverschlüsselungskonfigurationen im SQL-Pool

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

Parameter

operations
ISqlPoolTransparentDataEncryptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie eine Liste der transparenten Datenverschlüsselungskonfigurationen des SQL-Pools ab.

Gilt für: