Deployment target.

interface DeploymentMachineChangedData {
    addedTags?: string[];
    agent?: TaskAgent;
    deletedTags?: string[];
    id?: number;
    properties?: any;
    tags?: string[];
}

Hierarchy (View Summary)

Properties

addedTags?: string[]
agent?: TaskAgent

Deployment agent.

deletedTags?: string[]
id?: number

Deployment target Identifier.

properties?: any

Properties of the deployment target.

tags?: string[]

Tags of the deployment target.