IBatchRestClient.Tasks Property

 

Contains operations for managing Azure Batch tasks

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

Syntax

ICloudTaskOperations Tasks { get; }
property ICloudTaskOperations^ Tasks {
    ICloudTaskOperations^ get();
}
abstract Tasks : ICloudTaskOperations with get
ReadOnly Property Tasks As ICloudTaskOperations

Property Value

Type: Microsoft.Azure.Batch.Protocol.ICloudTaskOperations

See Also

IBatchRestClient Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top