Compartir a través de


ManagedDatabaseTransparentDataEncryptionOperationsExtensions.ListByDatabaseNextAsync Método

Definición

Obtiene una lista de cifrados de datos transparentes de la base de datos administrada.

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

Parámetros

operations
IManagedDatabaseTransparentDataEncryptionOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a