Freigeben über


StorageAccountsOperationsExtensions.ListByAccountNext Methode

Definition

Ruft die erste Seite von Azure Storage-Konten ab, sofern vorhanden, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo>
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation>
<Extension()>
Public Function ListByAccountNext (operations As IStorageAccountsOperations, nextPageLink As String) As IPage(Of StorageAccountInfo)
<Extension()>
Public Function ListByAccountNext (operations As IStorageAccountsOperations, nextPageLink As String) As IPage(Of StorageAccountInformation)

Parameter

operations
IStorageAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: