JobOperationsExtensions.GetAsync(IJobOperations, String, Guid) Method
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 job identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Guid jobId);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Guid -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobOperations, automationAccount As String, jobId As Guid) As Task(Of JobGetResponse)
- operations
- IJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.
- automationAccount
- String
Required. The automation account name.
- jobId
- Guid
Required. The job id.
The response model for the get job operation.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: