Skip to main content

runbook_contents

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

Overview

Namerunbook_contents
TypeResource
Idazure.automation.runbook_contents

Fields

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

Methods

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