interface DeploymentMachineGroupReference {
    id?: number;
    name?: string;
    pool?: TaskAgentPoolReference;
    project?: ProjectReference;
}

Hierarchy (View Summary)

Properties

Properties

id?: number
name?: string