Compartir a través de


InputPatchConfiguration.PreTasks Propiedad

Definición

Obtiene o establece la lista de tareas previas. Por ejemplo, [{'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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a