ElasticPool interface

弹性池的数据和设置

属性

agentInteractiveUI

设置是否应将代理配置为使用交互式 UI 运行

azureId

表示资源位置的 Azure 字符串

desiredIdle

准备等待作业的代理数

desiredSize

所需的池大小

maxCapacity

弹性池中将存在的最大节点数

maxSavedNodeCount

失败时将节点保留在池中以进行调查

offlineSince

首次检测到池处于脱机状态的时间戳

orchestrationType

池中节点的作系统类型

osType

池中节点的作系统类型

poolId

关联 TaskAgentPool 的 ID

recycleAfterEachUse

每个作业完成后丢弃节点

serviceEndpointId

用于连接到 Azure 的服务终结点的 ID

serviceEndpointScope

服务终结点所属的范围

sizingAttempts

尝试达到所需大小时执行的大小调整尝试次数

state

泳池状态

timeToLiveMinutes

保持空闲代理处于活动状态的最短时间(以分钟为单位)

属性详细信息

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

池中节点的作系统类型

orchestrationType: OrchestrationType

属性值

osType

池中节点的作系统类型

osType: OperatingSystemType

属性值

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

泳池状态

state: ElasticPoolState

属性值

timeToLiveMinutes

保持空闲代理处于活动状态的最短时间(以分钟为单位)

timeToLiveMinutes: number

属性值

number