AutomationRunbook¶
Represents Azure Automation runbooks.
Labels: :ArmResource:AutomationRunbook
Properties:
id- Automation runbook resource ID (primary key)creationTime- Runbook creation timestamplastModifiedTime- Last modification timestampdescription- Runbook descriptionjobCount- Number of jobs for this runbookrunbookType- Type of runbook (e.g., PowerShell, Python)state- Current state of the runbookruntimeEnvironment- Runtime environment for the runbook
Relationships¶
Outgoing¶
HAS_PARAMETER→ RunbookParameter - Parameters defined for this runbook
Incoming¶
- AutomationAccount →
HAS_RUNBOOK→ AutomationRunbook - Parent automation account