ITestJobOperations::GetAsync Method (String^, String^, CancellationToken)

 

Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

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

Task<TestJobGetResponse^>^ GetAsync(
	String^ automationAccount,
	String^ runbookName,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

runbookName
Type: System::String^

The runbook name.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<TestJobGetResponse^>^

The response model for the get test job operation.

Return to top
Show: