Class SoftwareUpdateConfigurationRunTaskProperties
java.lang.Object
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTaskProperties
Task properties of the software update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjobId()
Get the jobId property: The job id of the task.source()
Get the source property: The name of the source of the task.status()
Get the status property: The status of the task.void
validate()
Validates the instance.Set the jobId property: The job id of the task.withSource
(String source) Set the source property: The name of the source of the task.withStatus
(String status) Set the status property: The status of the task.
-
Constructor Details
-
SoftwareUpdateConfigurationRunTaskProperties
public SoftwareUpdateConfigurationRunTaskProperties()
-
-
Method Details
-
status
Get the status property: The status of the task.- Returns:
- the status value.
-
withStatus
Set the status property: The status of the task.- Parameters:
status
- the status value to set.- Returns:
- the SoftwareUpdateConfigurationRunTaskProperties object itself.
-
source
Get the source property: The name of the source of the task.- Returns:
- the source value.
-
withSource
Set the source property: The name of the source of the task.- Parameters:
source
- the source value to set.- Returns:
- the SoftwareUpdateConfigurationRunTaskProperties object itself.
-
jobId
Get the jobId property: The job id of the task.- Returns:
- the jobId value.
-
withJobId
Set the jobId property: The job id of the task.- Parameters:
jobId
- the jobId value to set.- Returns:
- the SoftwareUpdateConfigurationRunTaskProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-