Share via


TaskProperties Class

Definition

Task properties of the software update configuration.

public class TaskProperties
type TaskProperties = class
Public Class TaskProperties
Inheritance
TaskProperties

Constructors

TaskProperties()

Initializes a new instance of the TaskProperties class.

TaskProperties(IDictionary<String,String>, String, String)

Initializes a new instance of the TaskProperties class.

Properties

Parameters

Gets or sets the parameters of the task.

Source

Gets or sets the name of the runbook.

TaskScope

Gets or sets global Task execute once when schedule trigger. Resource task execute for each VM. Possible values include: 'Global', 'Resource'

Applies to