PoolInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET