addAgentPoolToTeam
Add an agent pool to a team
Format
udclient [global-args...] [global-flags...]
addAgentPoolToTeam [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| agentPool | string | true | Name or ID of the agent pool |
| team | string | true | Name or ID of the team |
| type | string | false | Name of the type to use. Leave blank if you are using the type "Standard agent pool". |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
addAgentPoolToTeam
-agentPool MyAgentPool
-team MyTeamRelated REST command: Add an agent pool to a team.