Uses of Class
com.microsoft.azure.management.containerregistry.RegistryUsage
Packages that use RegistryUsage
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryUsage in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return RegistryUsageModifier and TypeMethodDescriptionRegistryUsage.withCurrentValue
(Long currentValue) Set the current value of the usage.Set the limit of the usage.Set the name of the usage.RegistryUsage.withUnit
(RegistryUsageUnit unit) Set the unit of measurement.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type RegistryUsageModifier and TypeMethodDescriptionRegistries.listQuotaUsages
(String resourceGroupName, String registryName) Lists the quota usages for the specified container registry.Registry.listQuotaUsages()
Lists the quota usages for the specified container registry.rx.Observable<RegistryUsage>
Registries.listQuotaUsagesAsync
(String resourceGroupName, String registryName) Lists the quota usages for the specified container registry.rx.Observable<RegistryUsage>
Registry.listQuotaUsagesAsync()
Lists the quota usages for the specified container registry.