IRegistries.ListQuotaUsagesAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the quota usages for the specified container registry.
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))
Parameters
- resourceGroupName
- String
The resource group name.
- registryName
- String
The registry name.
- cancellationToken
- CancellationToken