Share via


BatchJob(BatchPoolInfo) Constructor

Definition

Initializes a new instance of BatchJob.

public BatchJob (Azure.Compute.Batch.BatchPoolInfo poolInfo);
new Azure.Compute.Batch.BatchJob : Azure.Compute.Batch.BatchPoolInfo -> Azure.Compute.Batch.BatchJob
Public Sub New (poolInfo As BatchPoolInfo)

Parameters

poolInfo
BatchPoolInfo

The Pool settings associated with the Job.

Exceptions

poolInfo is null.

Applies to