DeploymentGroup interface

Deployment group.

Extends

Properties

description

Description of the deployment group.

machineCount

Number of deployment targets in the deployment group.

machines

List of deployment targets in the deployment group.

machineTags

List of unique tags across all deployment targets in the deployment group.

Inherited Properties

id

Deployment group identifier.

name

Name of the deployment group.

pool

Deployment pool in which deployment agents are registered.

project

Project to which the deployment group belongs.

Property Details

description

Description of the deployment group.

description: string

Property Value

string

machineCount

Number of deployment targets in the deployment group.

machineCount: number

Property Value

number

machines

List of deployment targets in the deployment group.

machines: DeploymentMachine[]

Property Value

machineTags

List of unique tags across all deployment targets in the deployment group.

machineTags: string[]

Property Value

string[]

Inherited Property Details

id

Deployment group identifier.

id: number

Property Value

number

Inherited From DeploymentGroupReference.id

name

Name of the deployment group.

name: string

Property Value

string

Inherited From DeploymentGroupReference.name

pool

Deployment pool in which deployment agents are registered.

pool: TaskAgentPoolReference

Property Value

Inherited From DeploymentGroupReference.pool

project

Project to which the deployment group belongs.

project: ProjectReference

Property Value

Inherited From DeploymentGroupReference.project