Partager via


ISupportsListingByResourceGroup<T>.ListByResourceGroupAsync Méthode

Définition

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByResourceGroupAsync (string resourceGroupName, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByResourceGroupAsync : string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByResourceGroupAsync (resourceGroupName As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

Paramètres

resourceGroupName
String

nom du groupe de ressources à partir duquel répertorier les ressources

loadAllPages
Boolean
cancellationToken
CancellationToken

Retours

la liste des ressources

S’applique à