JobOperationsExtensions.GetOutputAsync(IJobOperations, String, Guid) Method

Definition

Retrieve the job output identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobGetOutputResponse> GetOutputAsync (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Guid jobId);
static member GetOutputAsync : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Guid -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobGetOutputResponse>
<Extension()>
Public Function GetOutputAsync (operations As IJobOperations, automationAccount As String, jobId As Guid) As Task(Of JobGetOutputResponse)

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
String

Required. The automation account name.

jobId
Guid

Required. The job id.

Returns

The response model for the get job output operation.

Applies to