Deployment target.

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

Hierarchy (View Summary)

Properties

agent?: TaskAgent

Deployment agent.

id?: number

Deployment target Identifier.

properties?: any

Properties of the deployment target.

tags?: string[]

Tags of the deployment target.