Organization interface
Defines an Azure DevOps organization.
Properties
parallelism | How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool. |
projects | Optional list of projects in which the pool should be created. |
url | The Azure DevOps organization URL in which the pool should be created. |
Property Details
parallelism
How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
parallelism?: number
Property Value
number
projects
Optional list of projects in which the pool should be created.
projects?: string[]
Property Value
string[]
url
The Azure DevOps organization URL in which the pool should be created.
url: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript