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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python