Uses of Class
com.azure.resourcemanager.automation.models.TaskProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of TaskProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationTasks.postTask()
Get the postTask property: Post task properties.SoftwareUpdateConfigurationTasks.preTask()
Get the preTask property: Pre task properties.TaskProperties.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the task.TaskProperties.withSource
(String source) Set the source property: Gets or sets the name of the runbook.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationTasks.withPostTask
(TaskProperties postTask) Set the postTask property: Post task properties.SoftwareUpdateConfigurationTasks.withPreTask
(TaskProperties preTask) Set the preTask property: Pre task properties.