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
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.
automationAccount
Type: System.StringRequired. The automation account name.
jobId
Type: System.GuidRequired. The job id.
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