Partager via


InputPatchConfiguration.PreTasks Propriété

Définition

Obtient ou définit la liste des tâches préalables. Par exemple, [{'source' :'runbook', 'taskScope': 'Global', 'parameters': { 'arg1': 'value1'}}]

[Newtonsoft.Json.JsonProperty(PropertyName="tasks.preTasks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Maintenance.Models.TaskProperties> PreTasks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tasks.preTasks")>]
member this.PreTasks : System.Collections.Generic.IList<Microsoft.Azure.Management.Maintenance.Models.TaskProperties> with get, set
Public Property PreTasks As IList(Of TaskProperties)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à