你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PoolInformation 类

定义

指定应如何将作业分配给池。

public class PoolInformation
type PoolInformation = class
Public Class PoolInformation
继承
PoolInformation

构造函数

PoolInformation()

初始化 PoolInformation 类的新实例。

PoolInformation(String, AutoPoolSpecification)

初始化 PoolInformation 类的新实例。

属性

AutoPoolSpecification

获取或设置临时“自动池”的特征。 提交作业时,Batch 服务将创建此自动池。

PoolId

获取或设置现有池的 ID。 作业的所有任务将在指定的池上运行。

适用于