TestJobOperationsOperations interface
Interface representing a TestJobOperations operations.
Properties
| create | Create a test job of the runbook. |
| get | Retrieve the test job for the specified runbook. |
| resume | Resume the test job. |
| stop | Stop the test job. |
| suspend | Suspend the test job. |
Property Details
create
Create a test job of the runbook.
create: (resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options?: TestJobOperationsCreateOptionalParams) => Promise<TestJob>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options?: TestJobOperationsCreateOptionalParams) => Promise<TestJob>
get
Retrieve the test job for the specified runbook.
get: (resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsGetOptionalParams) => Promise<TestJob>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsGetOptionalParams) => Promise<TestJob>
resume
Resume the test job.
resume: (resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsResumeOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsResumeOptionalParams) => Promise<void>
stop
Stop the test job.
stop: (resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsStopOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsStopOptionalParams) => Promise<void>
suspend
Suspend the test job.
suspend: (resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsSuspendOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobOperationsSuspendOptionalParams) => Promise<void>