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