JobOperationsExtensions.GetOutputAsync Method (IJobOperations, String, Guid)
Retrieve the job output identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function GetOutputAsync ( operations As IJobOperations, automationAccount As String, jobId As Guid ) As Task(Of JobGetOutputResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- jobId
-
Type:
System.Guid
Required. The job id.
Return Value
Type: System.Threading.Tasks.Task(Of JobGetOutputResponse)The response model for the get job output operation.
Show: