Partager via


ISupportsListing<T>.ListAsync(Boolean, CancellationToken) Méthode

Définition

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> 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<'T>>
Public Function ListAsync (Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

Paramètres

loadAllPages
Boolean
cancellationToken
CancellationToken

Retours

liste des ressources

S’applique à