Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTaskProperties
Packages that use SoftwareUpdateConfigurationRunTaskProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationRunTaskProperties in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return SoftwareUpdateConfigurationRunTaskPropertiesModifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunTaskProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SoftwareUpdateConfigurationRunTaskProperties from the JsonReader.SoftwareUpdateConfigurationRunTasks.postTask()
Get the postTask property: Post task properties.SoftwareUpdateConfigurationRunTasks.preTask()
Get the preTask property: Pre task properties.Set the jobId property: The job id of the task.SoftwareUpdateConfigurationRunTaskProperties.withSource
(String source) Set the source property: The name of the source of the task.SoftwareUpdateConfigurationRunTaskProperties.withStatus
(String status) Set the status property: The status of the task.Methods in com.azure.resourcemanager.automation.models with parameters of type SoftwareUpdateConfigurationRunTaskPropertiesModifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunTasks.withPostTask
(SoftwareUpdateConfigurationRunTaskProperties postTask) Set the postTask property: Post task properties.SoftwareUpdateConfigurationRunTasks.withPreTask
(SoftwareUpdateConfigurationRunTaskProperties preTask) Set the preTask property: Pre task properties.