TopLevelModifiableResources<IFluentResourceT,FluentResourceT,InnerResourceT,InnerCollectionT,ManagerT>.ListAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<IFluentResourceT>> ListAsync (bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
override this.ListAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'IFluentResourceT>>
Public Overridable Function ListAsync (Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IFluentResourceT))

Parameters

loadAllPages
Boolean
cancellationToken
CancellationToken

Returns

Task<IPagedCollection<IFluentResourceT>>

Implements

Applies to