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 |
---|---|
Id | The unique identifier for the agent. |
ReplicaCount | The number of replicas for the agent, representing how many instances are available. |
IsDefault | Indicates whether the agent is set as the default agent in the build manager. |
MemoryLimit | The memory limit configuration for the agent, specifying maximum memory resources allocated. |
MemoryRequest | The memory request configuration for the agent, specifying minimum memory resources allocated. |
UId | The unique string identifier (UID) assigned to the agent. |
IsActive | Indicates whether the agent is currently active and available for use. |
Name | The name of the agent, used for identification within the build manager. |
Url | The URL associated with the agent, used for connectivity and access. |
CpuRequest | The CPU request configuration for the agent, specifying minimum CPU resources allocated. |
CpuLimit | The CPU limit configuration for the agent, specifying maximum CPU resources allocated. |