Compartilhar via


ManagedDatabaseTransparentDataEncryptionOperationsExtensions.ListByDatabaseNextAsync Método

Definição

Obtém uma lista de criptografias de dados transparentes do banco de dados gerenciado.

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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a