Properties to create Deployment group.

interface DeploymentGroupCreateParameter {
    description?: string;
    name?: string;
    pool?: DeploymentGroupCreateParameterPoolProperty;
    poolId?: number;
}

Properties

description?: string

Description of the deployment group.

name?: string

Name of the deployment group.

Deployment pool in which deployment agents are registered. This is obsolete. Kept for compatibility. Will be marked obsolete explicitly by M132.

poolId?: number

Identifier of the deployment pool in which deployment agents are registered.