Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryUsage
Packages that use RegistryUsage
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryUsage in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type RegistryUsageModifier and TypeMethodDescriptionRegistryUsageListResultInner.value()Get the value property: The list of container registry quota usages.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type RegistryUsageModifier and TypeMethodDescriptionRegistryUsageListResultInner.withValue(List<RegistryUsage> value) Set the value property: The list of container registry quota usages. -
Uses of RegistryUsage in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryUsageModifier and TypeMethodDescriptionstatic RegistryUsageRegistryUsage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryUsage from the JsonReader.RegistryUsage.withCurrentValue(Long currentValue) Set the currentValue property: The current value of the usage.Set the limit property: The limit of the usage.Set the name property: The name of the usage.RegistryUsage.withUnit(RegistryUsageUnit unit) Set the unit property: The unit of measurement.Methods in com.azure.resourcemanager.containerregistry.models 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.com.azure.core.http.rest.PagedFlux<RegistryUsage> Registries.listQuotaUsagesAsync(String resourceGroupName, String registryName) Lists the quota usages for the specified container registry.com.azure.core.http.rest.PagedFlux<RegistryUsage> Registry.listQuotaUsagesAsync()Lists the quota usages for the specified container registry.