RegistryUsage Class
The quota usage for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryUsage
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
|
The name of the usage. |
limit
|
The limit of the usage. |
current_value
|
The current value of the usage. |
unit
|
The unit of measurement. Known values are: "Count" and "Bytes". |
Variables
Name | Description |
---|---|
name
|
The name of the usage. |
limit
|
The limit of the usage. |
current_value
|
The current value of the usage. |
unit
|
The unit of measurement. Known values are: "Count" and "Bytes". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python