Archive Class
An object that represents a archive for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Archive(*, 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. Default value: None
|
|
published_version
|
The published version of the archive. Default value: None
|
|
repository_endpoint_prefix
|
Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The resource ID. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. |
|
system_data
|
Metadata pertaining to creation and last modification of the resource. |
|
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". |