Condividi tramite


TaskAddCollectionParameter.Value Property

Definition

Gets or sets the collection of Tasks to add. The maximum count of Tasks is 100.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskAddParameter> Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskAddParameter> with get, set
Public Property Value As IList(Of TaskAddParameter)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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.

Applies to