Freigeben über


InputPatchConfiguration.PreTasks Eigenschaft

Definition

Ruft die Liste der vorab ausgeführten Aufgaben ab oder legt sie fest. z.B. [{'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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: