Uses of Class
com.azure.resourcemanager.automation.models.TestJobCreateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type TestJobCreateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return TestJobCreateParametersModifier and TypeMethodDescriptionstatic TestJobCreateParameters
TestJobCreateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of TestJobCreateParameters from the JsonReader.TestJobCreateParameters.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.Methods in com.azure.resourcemanager.automation.models with parameters of type TestJobCreateParametersModifier 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.