IJobOperations.GetRunbookContentAsync Method (String, Guid, CancellationToken)

 

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)

Task<JobGetRunbookContentResponse> GetRunbookContentAsync(
	string automationAccount,
	Guid jobId,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System.String

The automation account name.

jobId
Type: System.Guid

The job id.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<JobGetRunbookContentResponse>

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

Return to top
Show: