BuildUpdateParameters Class
The set of build properties that can be updated.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBuildUpdateParameters
Constructor
BuildUpdateParameters(*, is_archive_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_archive_enabled
|
The value that indicates whether archiving is enabled or not. |
Variables
Name | Description |
---|---|
is_archive_enabled
|
The value that indicates whether archiving is enabled or not. |
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