Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryUsageListResultInner
Packages that use RegistryUsageListResultInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of RegistryUsageListResultInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return RegistryUsageListResultInnerModifier and TypeMethodDescriptionRegistriesClient.listUsages(String resourceGroupName, String registryName) Gets the quota usages for the specified container registry.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type RegistryUsageListResultInnerModifier and TypeMethodDescriptionRegistriesClient.listUsagesAsync(String resourceGroupName, String registryName) Gets the quota usages for the specified container registry.com.azure.core.http.rest.Response<RegistryUsageListResultInner>RegistriesClient.listUsagesWithResponse(String resourceGroupName, String registryName, com.azure.core.util.Context context) Gets the quota usages for the specified container registry.Mono<com.azure.core.http.rest.Response<RegistryUsageListResultInner>>RegistriesClient.listUsagesWithResponseAsync(String resourceGroupName, String registryName) Gets the quota usages for the specified container registry. -
Uses of RegistryUsageListResultInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RegistryUsageListResultInnerModifier and TypeMethodDescriptionRegistryUsageListResultInner.withValue(List<RegistryUsage> value) Set the value property: The list of container registry quota usages.