PoolInformation Constructors
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.
Overloads
PoolInformation() |
Initializes a new instance of the PoolInformation class. |
PoolInformation(String, AutoPoolSpecification) |
Initializes a new instance of the PoolInformation class. |
PoolInformation()
- Source:
- PoolInformation.cs
Initializes a new instance of the PoolInformation class.
public PoolInformation ();
Public Sub New ()
Applies to
PoolInformation(String, AutoPoolSpecification)
- Source:
- PoolInformation.cs
Initializes a new instance of the PoolInformation class.
public PoolInformation (string poolId = default, Microsoft.Azure.Batch.Protocol.Models.AutoPoolSpecification autoPoolSpecification = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolInformation : string * Microsoft.Azure.Batch.Protocol.Models.AutoPoolSpecification -> Microsoft.Azure.Batch.Protocol.Models.PoolInformation
Public Sub New (Optional poolId As String = Nothing, Optional autoPoolSpecification As AutoPoolSpecification = Nothing)
Parameters
- poolId
- String
The ID of an existing Pool. All the Tasks of the Job will run on the specified Pool.
- autoPoolSpecification
- AutoPoolSpecification
Characteristics for a temporary 'auto pool'. The Batch service will create this auto Pool when the Job is submitted.