Share via


PagedCollection<IFluentResourceT,InnerResourceT>.GetNextPageAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<IFluentResourceT>> GetNextPageAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNextPageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
override this.GetNextPageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
Public Function GetNextPageAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IFluentResourceT))

Parameters

cancellationToken
CancellationToken

Returns

Task<IPagedCollection<IFluentResourceT>>

Implements

Applies to