job_runbook_contents
Creates, updates, deletes, gets or lists a job_runbook_contents
resource.
Overview
Name | job_runbook_contents |
Type | Resource |
Id | azure.automation.job_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, jobName, resourceGroupName, subscriptionId | Retrieve the runbook content of the job identified by job name. |
SELECT
examples
Retrieve the runbook content of the job identified by job name.
SELECT
FROM azure.automation.job_runbook_contents
WHERE automationAccountName = '{{ automationAccountName }}'
AND jobName = '{{ jobName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';