ArtifactInstallProperties interface
Properties of an artifact.
Properties
| artifact |
The artifact's identifier. |
| artifact |
The artifact's title. |
| deployment |
The status message from the deployment. |
| install |
The time that the artifact starts to install on the virtual machine. |
| parameters | The parameters of the artifact. |
| status | The status of the artifact. |
| vm |
The status message from the virtual machine extension. |
Property Details
artifactId
The artifact's identifier.
artifactId?: string
Property Value
string
artifactTitle
The artifact's title.
artifactTitle?: string
Property Value
string
deploymentStatusMessage
The status message from the deployment.
deploymentStatusMessage?: string
Property Value
string
installTime
The time that the artifact starts to install on the virtual machine.
installTime?: Date
Property Value
Date
parameters
The parameters of the artifact.
parameters?: ArtifactParameterProperties[]
Property Value
status
The status of the artifact.
status?: string
Property Value
string
vmExtensionStatusMessage
The status message from the virtual machine extension.
vmExtensionStatusMessage?: string
Property Value
string