Compartilhar via


InputPatchConfiguration.PreTasks Propriedade

Definição

Obtém ou define a lista de pré-tarefas. por exemplo, [{'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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a