VMRunCommand¶
Represents a run command resource associated with a virtual machine.
Labels: :VMRunCommand
Properties:
id- Run command resource ID (primary key)asyncExecution- Whether execution is asynchronousrunAsUser- User context used to run commandtimeoutInSeconds- Command timeouttreatFailureAsDeploymentFailure- Failure handling behaviorscript- Script body
Relationships¶
Incoming¶
- VirtualMachine →
HAS_RUN_COMMAND→ VMRunCommand - VM run-command association
Outgoing¶
- VMRunCommand →
HAS_PARAMETER→ VMRunCommandParameter - Parameters bound to the run command