JobOperationsExtensions.GetRunbookContentAsync Method (IJobOperations, String, Guid)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function GetRunbookContentAsync (
	operations As IJobOperations,
	automationAccount As String,
	jobId As Guid
) As Task(Of JobGetRunbookContentResponse)

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 JobGetRunbookContentResponse)

The response model for the get runbook content of the job operation.

Return to top
Show: