RegistryUsage Class

The quota usage for a container registry.

Inheritance
RegistryUsage

Constructor

RegistryUsage(*, name: Optional[str] = None, limit: Optional[int] = None, current_value: Optional[int] = None, unit: Optional[Union[str, azure.mgmt.containerregistry.v2019_12_01_preview.models._container_registry_management_client_enums.RegistryUsageUnit]] = None, **kwargs)

Variables

name
str

The name of the usage.

limit
<xref:long>

The limit of the usage.

current_value
<xref:long>

The current value of the usage.

unit
str or RegistryUsageUnit

The unit of measurement. Possible values include: "Count", "Bytes".