Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskAddCollectionParameter

Package version

An interface representing TaskAddCollectionParameter.

summary

A collection of Azure Batch tasks to add.

Hierarchy

  • TaskAddCollectionParameter

Index

Properties

Properties

value

The collection of tasks to add. The maximum count of tasks is 100. The total serialized size of this collection must be less than 1MB. If it is greater than 1MB (for example if each task has 100's of resource files or environment variables), the request will fail with code 'RequestBodyTooLarge' and should be retried again with fewer tasks.

Generated using TypeDoc