Share via


CloudTaskAddCollectionParameters Constructor (IList<CloudTask>)

 

Initializes a new instance of the CloudTaskAddCollectionParameters class with required arguments.

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

Syntax

public CloudTaskAddCollectionParameters(
    IList<CloudTask> tasks
)
public:
CloudTaskAddCollectionParameters(
    IList<CloudTask^>^ tasks
)
new : 
        tasks:IList<CloudTask> -> CloudTaskAddCollectionParameters
Public Sub New (
    tasks As IList(Of CloudTask)
)

Parameters

See Also

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

Return to top