Partager via


RegistriesOperationsExtensions.ListAsync Méthode

Définition

Répertorie tous les registres de conteneurs sous l’abonnement spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Registry>> ListAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Registry>>
<Extension()>
Public Function ListAsync (operations As IRegistriesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Registry))

Paramètres

operations
IRegistriesOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à