job_outputs
Creates, updates, deletes, gets or lists a job_outputs
resource.
Overview
Name | job_outputs |
Type | Resource |
Id | azure.automation.job_outputs |
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 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 }}';