Share via


JobOperationsExtensions.GetRunbookContent Method (IJobOperations, String, Guid)

 

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

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

Syntax

public static JobGetRunbookContentResponse GetRunbookContent(
    this IJobOperations operations,
    string automationAccount,
    Guid jobId
)
public:
[ExtensionAttribute]
static JobGetRunbookContentResponse^ GetRunbookContent(
    IJobOperations^ operations,
    String^ automationAccount,
    Guid jobId
)
static member GetRunbookContent : 
        operations:IJobOperations *
        automationAccount:string *
        jobId:Guid -> JobGetRunbookContentResponse
<ExtensionAttribute>
Public Shared Function GetRunbookContent (
    operations As IJobOperations,
    automationAccount As String,
    jobId As Guid
) As JobGetRunbookContentResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse

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

See Also

JobOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top