TestJobOperationsExtensions::StopAsync Method (ITestJobOperations^, String^, String^)
Stop the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ StopAsync( ITestJobOperations^ operations, String^ automationAccount, String^ runbookName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation::ITestJobOperations^
Reference to the Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
- automationAccount
-
Type:
System::String^
Required. The automation account name.
- runbookName
-
Type:
System::String^
Required. The runbook name.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: