HybridRunCommand¶
Represents a run command resource associated with an Azure Arc-enabled hybrid machine.
Labels: :ArmResource:HybridRunCommand
Properties:
id- Run command resource ID (primary key)asyncExecution- Whether execution is asynchronousrunAsUser- User context used to run the commandtimeoutInSeconds- Command timeout in secondstreatFailureAsDeploymentFailure- Failure handling behaviorscript- Script bodyoutput- Command output from the last execution
Relationships¶
Incoming¶
- HybridMachine →
HAS_RUN_COMMAND→ HybridRunCommand - Parent hybrid machine
Outgoing¶
- HybridRunCommand →
HAS_PARAMETER→ HybridRunCommandParameter - Parameters bound to the run command