RegistryUsageListResult Class
The result of a request to get container registry quota usages.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryUsageListResult
Constructor
RegistryUsageListResult(*, value: List[_models.RegistryUsage] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of container registry quota usages. |
Variables
Name | Description |
---|---|
value
|
The list of container registry quota usages. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python