Skip to main content

job_outputs

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

Overview

Namejob_outputs
TypeResource
Idazure.automation.job_outputs

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 job output identified by job name.

SELECT examples

Retrieve the job output identified by job name.

SELECT

FROM azure.automation.job_outputs
WHERE automationAccountName = '{{ automationAccountName }}'
AND jobName = '{{ jobName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';