job_outputs
Creates, updates, deletes, gets or lists a job_outputs
resource.
Overview
Name | job_outputs |
Type | Resource |
Id | azure.automation.job_outputs |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | subscriptionId , resourceGroupName , automationAccountName , jobName | clientRequestId | Retrieve the job output identified by job name. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
automationAccountName | string | The name of the automation account. |
jobName | string | The name of the job to be created. |
resourceGroupName | string | Name of an Azure Resource group. |
subscriptionId | string | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
clientRequestId | string | Identifies this specific client request. |
Lifecycle Methods
- get
Retrieve the job output identified by job name.
EXEC azure.automation.job_outputs.get
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@automationAccountName='{{ automationAccountName }}' --required,
@jobName='{{ jobName }}' --required,
@clientRequestId='{{ clientRequestId }}'
;