你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InputPatchConfiguration.PostTasks 属性

定义

获取或设置发布任务的列表。 例如 [{'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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于