ArchiveVersion Class
An object that represents an export pipeline for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2023_06_01_preview.models._models_py3.ProxyResourceArchiveVersion
Constructor
ArchiveVersion(*, archive_version_error_message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
archive_version_error_message
|
The detailed error message for the archive version in the case of failure. |
Variables
Name | Description |
---|---|
id
|
The resource ID. |
name
|
The name of the resource. |
type
|
The type of the resource. |
system_data
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.SystemData>
Metadata pertaining to creation and last modification of the resource. |
provisioning_state
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ProvisioningState>
The provisioning state of the archive at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
archive_version_error_message
|
The detailed error message for the archive version in the case of failure. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python