Partilhar via


IRegistries.ListQuotaUsagesAsync(String, String, CancellationToken) Método

Definição

Listar os usos de cotas para o registro de contêiner especificado.

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

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

registryName
String

O nome do registro.

cancellationToken
CancellationToken

Retornos

Aplica-se a