Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryUsageListResultInner
-
Packages that use RegistryUsageListResultInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models 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 RegistryUsageListResultInner Modifier and Type Method Description RegistryUsageListResultInnerRegistriesClient. 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 RegistryUsageListResultInner Modifier and Type Method Description Mono<RegistryUsageListResultInner>RegistriesClient. 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 RegistryUsageListResultInner Modifier and Type Method Description RegistryUsageListResultInnerRegistryUsageListResultInner. withValue(List<RegistryUsage> value)Set the value property: The list of container registry quota usages.
-