Skip to main content

job_runbook_contents

Creates, updates, deletes, gets or lists a job_runbook_contents resource.

Overview

Namejob_runbook_contents
TypeResource
Idazure.automation.job_runbook_contents

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTautomationAccountName, jobName, resourceGroupName, subscriptionIdRetrieve 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 }}';