Class TestJobCreateParameters
java.lang.Object
com.azure.resourcemanager.automation.models.TestJobCreateParameters
The parameters supplied to the create test job operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Gets or sets the parameters of the test job.runOn()
Get the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.void
validate()
Validates the instance.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.
-
Constructor Details
-
TestJobCreateParameters
public TestJobCreateParameters()
-
-
Method Details
-
parameters
Get the parameters property: Gets or sets the parameters of the test job.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Gets or sets the parameters of the test job.- Parameters:
parameters
- the parameters value to set.- Returns:
- the TestJobCreateParameters object itself.
-
runOn
Get the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.- Returns:
- the runOn value.
-
withRunOn
Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.- Parameters:
runOn
- the runOn value to set.- Returns:
- the TestJobCreateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-