PoolInformation Class

Definition

Specifies how a Job should be assigned to a Pool.

public class PoolInformation
type PoolInformation = class
Public Class PoolInformation
Inheritance
PoolInformation

Constructors

PoolInformation()

Initializes a new instance of the PoolInformation class.

PoolInformation(String, AutoPoolSpecification)

Initializes a new instance of the PoolInformation class.

Properties

AutoPoolSpecification

Gets or sets characteristics for a temporary 'auto pool'. The Batch service will create this auto Pool when the Job is submitted.

PoolId

Gets or sets the ID of an existing Pool. All the Tasks of the Job will run on the specified Pool.

Applies to