VMRunCommand
Represents a run command associated with a virtual machine for executing scripts and commands.
Labels: :ArmResource, :VMRunCommand
Properties:
id- Resource identifier (primary key)asyncExecution- Whether the command executes asynchronouslyrunAsUser- User context for command executiontimeoutInSeconds- Command execution timeouttreatFailureAsDeploymentFailure- Whether command failure should be treated as deployment failurescript- Script content to execute
Relationships
- VirtualMachine → HAS_RUN_COMMAND → VMRunCommand - Associated with virtual machines
- HAS_PARAMETER → VMRunCommandParameter - Contains command parameters