TaskProperties.TaskScope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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