次の方法で共有


RegistryUsage Class

The quota usage for a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RegistryUsage

Constructor

RegistryUsage(*, name: str | None = None, limit: int | None = None, current_value: int | None = None, unit: str | _models.RegistryUsageUnit | None = None, **kwargs: Any)

Keyword-Only Parameters

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".

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".