JobOperationsExtensions::Get Method (IJobOperations^, String^, Guid)

 

Retrieve 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)

public:
[ExtensionAttribute]
static JobGetResponse^ Get(
	IJobOperations^ operations,
	String^ automationAccount,
	Guid jobId
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::IJobOperations^

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
Type: System::String^

Required. The automation account name.

jobId
Type: System::Guid

Required. The job id.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::JobGetResponse^

The response model for the get job operation.

Return to top
Show: