Compartir a través de


IRegistry.ListQuotaUsagesAsync(CancellationToken) Método

Definición

Enumera los usos de cuota del registro de contenedor especificado.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUsage>> ListQuotaUsagesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListQuotaUsagesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUsage>>
Public Function ListQuotaUsagesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyCollection(Of RegistryUsage))

Parámetros

cancellationToken
CancellationToken

Devoluciones

Se aplica a