次の方法で共有


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

適用対象