ITestJobOperations::ResumeAsync Method (String^, String^, CancellationToken)
Resume the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<AzureOperationResponse^>^ ResumeAsync( 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<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: