DeployAgentData Properties
An object defining properties for the DeployAgentData class.
Id
The unique identifier for the agent.
Type: long
ReplicaCount
The number of replicas for the agent, representing how many instances are available.
Type: int
IsDefault
Indicates whether the agent is set as the default agent in the build manager.
Type: bool
MemoryLimit
The memory limit configuration for the agent, specifying maximum memory resources allocated.
Type: string
MemoryRequest
The memory request configuration for the agent, specifying minimum memory resources allocated.
Type: string
UId
The unique string identifier (UID) assigned to the agent.
Type: string
IsActive
Indicates whether the agent is currently active and available for use.
Type: bool
Name
The name of the agent, used for identification within the build manager.
Type: string
Url
The URL associated with the agent, used for connectivity and access.
Type: string
CpuRequest
The CPU request configuration for the agent, specifying minimum CPU resources allocated.
Type: string
CpuLimit
The CPU limit configuration for the agent, specifying maximum CPU resources allocated.
Type: string