Share via


CloudTaskAddCollectionParameters.Tasks Property

 

Required. Specifies the list of tasks to be added.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public IList<CloudTask> Tasks { get; set; }
public:
property IList<CloudTask^>^ Tasks {
    IList<CloudTask^>^ get();
    void set(IList<CloudTask^>^ value);
}
member Tasks : IList<CloudTask> with get, set
Public Property Tasks As IList(Of CloudTask)

Property Value

Type: System.Collections.Generic.IList<CloudTask>

See Also

CloudTaskAddCollectionParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top