Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryUsage
Packages that use RegistryUsage
Package
Description
Package containing the inner data models for ContainerRegistry.
Package containing the data models for ContainerRegistry.
-
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. -
Uses of RegistryUsage in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type RegistryUsageModifier and TypeClassDescriptionfinal classThe quota usage for a container registry.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.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.