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