共用方式為


InputPatchConfiguration.PostTasks Property

Definition

Gets or sets list of post tasks. e.g. [{'source' :'runbook', 'taskScope': 'Resource', 'parameters': { 'arg1': 'value1'}}]

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to