ArchiveProperties Class
The properties of a archive.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelArchiveProperties
Constructor
ArchiveProperties(*, package_source: _models.ArchivePackageSourceProperties | None = None, published_version: str | None = None, repository_endpoint_prefix: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
package_source
|
The package source of the archive. |
published_version
|
The published version of the archive. |
repository_endpoint_prefix
|
|
Variables
Name | Description |
---|---|
package_source
|
The package source of the archive. |
published_version
|
The published version of the archive. |
repository_endpoint_prefix
|
|
repository_endpoint
|
|
provisioning_state
|
The provisioning state of the archive at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
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