StorageAccountsOperationsExtensions.ListNextAsync(IStorageAccountsOperations, String, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.StorageAccount>> ListNextAsync (this Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.IStorageAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.IStorageAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.StorageAccount>>
<Extension()>
Public Function ListNextAsync (operations As IStorageAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StorageAccount))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Task<IPage<StorageAccount>>

Applies to