Package version:

The parameters for updating an agent pool.

interface AgentPoolUpdateParameters {
    count?: number;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

count?: number

The count of agent machine

tags?: {
    [propertyName: string]: string;
}

The ARM resource tags.