TaskProperties.TaskScope Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="taskScope")]
public string TaskScope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="taskScope")>]
member this.TaskScope : string with get, set
Public Property TaskScope As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to