Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryUsage
-
Packages that use RegistryUsage Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 RegistryUsage Modifier and Type Method Description List<RegistryUsage>RegistryUsageListResultInner. 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 RegistryUsage Modifier and Type Method Description RegistryUsageListResultInnerRegistryUsageListResultInner. 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 RegistryUsage Modifier and Type Method Description RegistryUsageRegistryUsage. withCurrentValue(Long currentValue)Set the currentValue property: The current value of the usage.RegistryUsageRegistryUsage. withLimit(Long limit)Set the limit property: The limit of the usage.RegistryUsageRegistryUsage. withName(String name)Set the name property: The name of the usage.RegistryUsageRegistryUsage. 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 RegistryUsage Modifier and Type Method Description Collection<RegistryUsage>Registries. listQuotaUsages(String resourceGroupName, String registryName)Lists the quota usages for the specified container registry.Collection<RegistryUsage>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.
-