JobOperationsExtensions.GetRunbookContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the runbook content of the job identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse GetRunbookContent (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Guid jobId);
static member GetRunbookContent : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Guid -> Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse
<Extension()>
Public Function GetRunbookContent (operations As IJobOperations, automationAccount As String, jobId As Guid) As JobGetRunbookContentResponse
Parameters
- operations
- IJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.
- automationAccount
- String
Required. The automation account name.
- jobId
- Guid
Required. The job id.
Returns
The response model for the get runbook content of the job operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET