共用方式為


DeploymentGroup interface

部署群組。

Extends

屬性

description

部署群組的描述。

machineCount

部署群組中的部署目標數目。

machines

部署群組中的部署目標清單。

machineTags

部署群組中所有部署目標的唯一標籤清單。

繼承的屬性

id

部署群組標識碼。

name

部署群組的名稱。

pool

在其中註冊部署代理程式的部署集區。

project

部署群組所屬的專案。

屬性詳細資料

description

部署群組的描述。

description: string

屬性值

string

machineCount

部署群組中的部署目標數目。

machineCount: number

屬性值

number

machines

部署群組中的部署目標清單。

machines: DeploymentMachine[]

屬性值

machineTags

部署群組中所有部署目標的唯一標籤清單。

machineTags: string[]

屬性值

string[]

繼承的屬性詳細資料

id

部署群組標識碼。

id: number

屬性值

number

繼承自DeploymentGroupReference.id

name

部署群組的名稱。

name: string

屬性值

string

繼承自DeploymentGroupReference.name

pool

在其中註冊部署代理程式的部署集區。

pool: TaskAgentPoolReference

屬性值

繼承自DeploymentGroupReference.pool

project

部署群組所屬的專案。

project: ProjectReference

屬性值

繼承自DeploymentGroupReference.project