CloudTaskAddCollectionParameters Constructor (IList, Guid)

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)

Usage

'Usage
Dim tasks As IList(Of CloudTask)
Dim clientRequestId As Guid

Dim instance As New CloudTaskAddCollectionParameters(tasks, clientRequestId)

Syntax

'Declaration
Public Sub New ( _
    tasks As IList(Of CloudTask), _
    clientRequestId As Guid _
)
public CloudTaskAddCollectionParameters (
    IList<CloudTask> tasks,
    Guid clientRequestId
)
public:
CloudTaskAddCollectionParameters (
    IList<CloudTask^>^ tasks, 
    Guid clientRequestId
)
public CloudTaskAddCollectionParameters (
    IList<CloudTask> tasks, 
    Guid clientRequestId
)
public function CloudTaskAddCollectionParameters (
    tasks : IList<CloudTask>, 
    clientRequestId : Guid
)

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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