Uses of Interface
com.azure.resourcemanager.automation.models.TestJob
Package
Description
Package containing the data models for AutomationClient.
-
Uses of TestJob in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionTestJobs.create
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters) Create a test job of the runbook.Retrieve the test job for the specified runbook.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TestJob>
TestJobs.createWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters, com.azure.core.util.Context context) Create a test job of the runbook.com.azure.core.http.rest.Response<TestJob>
TestJobs.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the test job for the specified runbook.