DeployAgentData
The DeployAgentData class extends AgentData to represent deployment-specific agent details. It provides implicit conversion operators for seamless transformation to and from the ProjectDeployAgent type.
Properties
| Name | Description |
|---|---|
| ReplicaCount | The number of replicas for the agent, representing how many instances are available. |
| Id | The unique identifier for the agent. |
| IsActive | Indicates whether the agent is currently active and available for use. |
| MemoryRequest | The memory request configuration for the agent, specifying minimum memory resources allocated. |
| Name | The name of the agent, used for identification within the build manager. |
| UId | The unique string identifier (UID) assigned to the agent. |
| Url | The URL associated with the agent, used for connectivity and access. |
| MemoryLimit | The memory limit configuration for the agent, specifying maximum memory resources allocated. |
| CpuRequest | The CPU request configuration for the agent, specifying minimum CPU resources allocated. |
| IsDefault | Indicates whether the agent is set as the default agent in the build manager. |
| CpuLimit | The CPU limit configuration for the agent, specifying maximum CPU resources allocated. |