ElasticPool interface
弹性池的数据和设置
属性
| agent |
设置是否应将代理配置为使用交互式 UI 运行 |
| azure |
表示资源位置的 Azure 字符串 |
| desired |
准备等待作业的代理数 |
| desired |
所需的池大小 |
| max |
弹性池中将存在的最大节点数 |
| max |
失败时将节点保留在池中以进行调查 |
| offline |
首次检测到池处于脱机状态的时间戳 |
| orchestration |
池中节点的作系统类型 |
| os |
池中节点的作系统类型 |
| pool |
关联 TaskAgentPool 的 ID |
| recycle |
每个作业完成后丢弃节点 |
| service |
用于连接到 Azure 的服务终结点的 ID |
| service |
服务终结点所属的范围 |
| sizing |
尝试达到所需大小时执行的大小调整尝试次数 |
| state | 泳池状态 |
| time |
保持空闲代理处于活动状态的最短时间(以分钟为单位) |
属性详细信息
agentInteractiveUI
设置是否应将代理配置为使用交互式 UI 运行
agentInteractiveUI: boolean
属性值
boolean
azureId
表示资源位置的 Azure 字符串
azureId: string
属性值
string
desiredIdle
准备等待作业的代理数
desiredIdle: number
属性值
number
desiredSize
所需的池大小
desiredSize: number
属性值
number
maxCapacity
弹性池中将存在的最大节点数
maxCapacity: number
属性值
number
maxSavedNodeCount
失败时将节点保留在池中以进行调查
maxSavedNodeCount: number
属性值
number
offlineSince
首次检测到池处于脱机状态的时间戳
offlineSince: Date
属性值
Date
orchestrationType
osType
poolId
关联 TaskAgentPool 的 ID
poolId: number
属性值
number
recycleAfterEachUse
每个作业完成后丢弃节点
recycleAfterEachUse: boolean
属性值
boolean
serviceEndpointId
用于连接到 Azure 的服务终结点的 ID
serviceEndpointId: string
属性值
string
serviceEndpointScope
服务终结点所属的范围
serviceEndpointScope: string
属性值
string
sizingAttempts
尝试达到所需大小时执行的大小调整尝试次数
sizingAttempts: number
属性值
number
state
timeToLiveMinutes
保持空闲代理处于活动状态的最短时间(以分钟为单位)
timeToLiveMinutes: number
属性值
number