IBatchRestClient.ComputeNodes Property

 

Contains operations for managing compute nodes in the Batch service.

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

Syntax

IComputeNodeOperations ComputeNodes { get; }
property IComputeNodeOperations^ ComputeNodes {
    IComputeNodeOperations^ get();
}
abstract ComputeNodes : IComputeNodeOperations with get
ReadOnly Property ComputeNodes As IComputeNodeOperations

Property Value

Type: Microsoft.Azure.Batch.Protocol.IComputeNodeOperations

See Also

IBatchRestClient Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top