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

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