Uses of Class
com.azure.resourcemanager.automation.models.TestJobCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of TestJobCreateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionTestJobsClient.create
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters) Create a test job of the runbook.com.azure.core.http.rest.Response<TestJobInner>
TestJobsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters, com.azure.core.util.Context context) Create a test job of the runbook. -
Uses of TestJobCreateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionTestJobCreateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the test job.Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.Modifier and TypeMethodDescriptionTestJobs.create
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters) Create a test job of the runbook.com.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.