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
str

The artifact's identifier.

Default value: None
artifact_title
str

The artifact's title.

Default value: None
parameters

The parameters of the artifact.

Default value: None
status
str

The status of the artifact.

Default value: None
deployment_status_message
str

The status message from the deployment.

Default value: None
vm_extension_status_message
str

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
str

The artifact's identifier.

artifact_title
str

The artifact's title.

parameters

The parameters of the artifact.

status
str

The status of the artifact.

deployment_status_message
str

The status message from the deployment.

vm_extension_status_message
str

The status message from the virtual machine extension.

install_time

The time that the artifact starts to install on the virtual machine.