runbook_contents
Creates, updates, deletes, gets or lists a runbook_contents
resource.
Overview
Name | runbook_contents |
Type | Resource |
Id | azure.automation.runbook_contents |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | automationAccountName, resourceGroupName, runbookName, subscriptionId | Retrieve the content of runbook identified by runbook name. |
SELECT
examples
Retrieve the content of runbook identified by runbook name.
SELECT
FROM azure.automation.runbook_contents
WHERE automationAccountName = '{{ automationAccountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND runbookName = '{{ runbookName }}'
AND subscriptionId = '{{ subscriptionId }}';