Uses of Interface
com.azure.resourcemanager.automation.models.TestJob
Packages that use TestJob
Package
Description
Package containing the data models for AutomationClient.
-
Uses of TestJob in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return TestJobModifier 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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type TestJobModifier 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.