Freigeben über


TransparentDataEncryptionsOperationsExtensions.ListByDatabaseNext Methode

Definition

Ruft eine Liste der transparenten Datenverschlüsselung der logischen Datenbank ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption> ListByDatabaseNext (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string nextPageLink);
static member ListByDatabaseNext : Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption>
<Extension()>
Public Function ListByDatabaseNext (operations As ITransparentDataEncryptionsOperations, nextPageLink As String) As IPage(Of LogicalDatabaseTransparentDataEncryption)

Parameter

operations
ITransparentDataEncryptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: