IRegistries.ListQuotaUsages(String, String) 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.Collections.Generic.IReadOnlyCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUsage> ListQuotaUsages (string resourceGroupName, string registryName);
abstract member ListQuotaUsages : string * string -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUsage>
Public Function ListQuotaUsages (resourceGroupName As String, registryName As String) As IReadOnlyCollection(Of RegistryUsage)
Parameters
- resourceGroupName
- String
The resource group name.
- registryName
- String
The registry name.