次の方法で共有


ManagedDatabaseTransparentDataEncryptionOperationsExtensions.ListByDatabaseNext メソッド

定義

マネージド データベースの透過的なデータ暗号化の一覧を取得します。

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

パラメーター

operations
IManagedDatabaseTransparentDataEncryptionOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象