Freigeben über


IRegistryTasks.ListByRegistryAsync Methode

Definition

Listet die Aufgaben in einer Registrierung asynchron auf.

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

Parameter

resourceGroupName
String

Die Ressourcengruppe der übergeordneten Registrierung.

registryName
String

Der Name der übergeordneten Registrierung.

loadAllPages
Boolean
cancellationToken
CancellationToken

Gibt zurück

Gilt für: