Class TaskProperties
java.lang.Object
com.azure.resourcemanager.automation.models.TaskProperties
Task properties of the software update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Gets or sets the parameters of the task.source()
Get the source property: Gets or sets the name of the runbook.void
validate()
Validates the instance.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the task.withSource
(String source) Set the source property: Gets or sets the name of the runbook.
-
Constructor Details
-
TaskProperties
public TaskProperties()
-
-
Method Details
-
parameters
Get the parameters property: Gets or sets the parameters of the task.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Gets or sets the parameters of the task.- Parameters:
parameters
- the parameters value to set.- Returns:
- the TaskProperties object itself.
-
source
Get the source property: Gets or sets the name of the runbook.- Returns:
- the source value.
-
withSource
Set the source property: Gets or sets the name of the runbook.- Parameters:
source
- the source value to set.- Returns:
- the TaskProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-