ArchiveUpdateParameters Class
The parameters for updating a archive.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelArchiveUpdateParameters
Constructor
ArchiveUpdateParameters(*, published_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
published_version
|
The published version of the archive. |
Variables
Name | Description |
---|---|
published_version
|
The published version of the archive. |
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