Share via


InputPatchConfiguration.PreTasks Property

Definition

Gets or sets list of pre tasks. e.g. [{'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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to