JobStep.TargetGroup Property

Definition

Gets or sets the resource ID of the target group that the job step will be executed on.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to