RunRequest.AgentPoolName Property

Definition

Gets or sets the dedicated agent pool for the run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to