ArtifactInstallProperties Class
Properties of an artifact.
Constructor
ArtifactInstallProperties(*, artifact_id: str | None = None, artifact_title: str | None = None, parameters: list['_models.ArtifactParameterProperties'] | None = None, status: str | None = None, deployment_status_message: str | None = None, vm_extension_status_message: str | None = None, install_time: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
artifact_id
|
The artifact's identifier. Default value: None
|
|
artifact_title
|
The artifact's title. Default value: None
|
|
parameters
|
The parameters of the artifact. Default value: None
|
|
status
|
The status of the artifact. Default value: None
|
|
deployment_status_message
|
The status message from the deployment. Default value: None
|
|
vm_extension_status_message
|
The status message from the virtual machine extension. Default value: None
|
|
install_time
|
The time that the artifact starts to install on the virtual machine. Default value: None
|
Variables
| Name | Description |
|---|---|
|
artifact_id
|
The artifact's identifier. |
|
artifact_title
|
The artifact's title. |
|
parameters
|
The parameters of the artifact. |
|
status
|
The status of the artifact. |
|
deployment_status_message
|
The status message from the deployment. |
|
vm_extension_status_message
|
The status message from the virtual machine extension. |
|
install_time
|
The time that the artifact starts to install on the virtual machine. |