Share via


RegistryUsage Class

The quota usage for a container registry.

Constructor

RegistryUsage(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The name of the usage.

limit
int

The limit of the usage.

current_value
int

The current value of the usage.

unit

The unit of measurement. Known values are: "Count" and "Bytes".

Attributes

current_value

The current value of the usage.

current_value: int | None

limit

The limit of the usage.

limit: int | None

name

The name of the usage.

name: str | None

unit

"Count" and "Bytes".

unit: str | _models.RegistryUsageUnit | None