interface TaskAgentCloud {
    acquireAgentEndpoint?: string;
    acquisitionTimeout?: number;
    agentCloudId?: number;
    getAccountParallelismEndpoint?: string;
    getAgentDefinitionEndpoint?: string;
    getAgentRequestStatusEndpoint?: string;
    id?: string;
    internal?: boolean;
    maxParallelism?: number;
    name?: string;
    releaseAgentEndpoint?: string;
    sharedSecret?: string;
    type?: string;
}

Properties

acquireAgentEndpoint?: string

Gets or sets a AcquireAgentEndpoint using which a request can be made to acquire new agent

acquisitionTimeout?: number
agentCloudId?: number
getAccountParallelismEndpoint?: string
getAgentDefinitionEndpoint?: string
getAgentRequestStatusEndpoint?: string
id?: string
internal?: boolean

Signifies that this Agent Cloud is internal and should not be user-manageable

maxParallelism?: number
name?: string
releaseAgentEndpoint?: string
sharedSecret?: string
type?: string

Gets or sets the type of the endpoint.