ArtifactInstallPropertiesFragment Class

Properties of an artifact.

Inheritance
ArtifactInstallPropertiesFragment

Constructor

ArtifactInstallPropertiesFragment(*, artifact_id: Optional[str] = None, artifact_title: Optional[str] = None, parameters: Optional[List[azure.mgmt.devtestlabs.models._models_py3.ArtifactParameterPropertiesFragment]] = None, status: Optional[str] = None, deployment_status_message: Optional[str] = None, vm_extension_status_message: Optional[str] = None, install_time: Optional[datetime.datetime] = None, **kwargs)

Parameters

artifact_id
str
Required

The artifact's identifier.

artifact_title
str
Required

The artifact's title.

parameters
list[ArtifactParameterPropertiesFragment]
Required

The parameters of the artifact.

status
str
Required

The status of the artifact.

deployment_status_message
str
Required

The status message from the deployment.

vm_extension_status_message
str
Required

The status message from the virtual machine extension.

install_time
datetime
Required

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