Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RegistryUsage |
RegistryUsage.withCurrentValue(Long currentValue)
Set the current value of the usage.
|
RegistryUsage |
RegistryUsage.withLimit(Long limit)
Set the limit of the usage.
|
RegistryUsage |
RegistryUsage.withName(String name)
Set the name of the usage.
|
RegistryUsage |
RegistryUsage.withUnit(RegistryUsageUnit unit)
Set the unit of measurement.
|
Modifier and Type | Method and Description |
---|---|
Collection<RegistryUsage> |
Registry.listQuotaUsages()
Lists the quota usages for the specified container registry.
|
Collection<RegistryUsage> |
Registries.listQuotaUsages(String resourceGroupName,
String registryName)
Lists the quota usages for the specified container registry.
|
rx.Observable<RegistryUsage> |
Registry.listQuotaUsagesAsync()
Lists the quota usages for the specified container registry.
|
rx.Observable<RegistryUsage> |
Registries.listQuotaUsagesAsync(String resourceGroupName,
String registryName)
Lists the quota usages for the specified container registry.
|
Copyright © 2019. All rights reserved.