CloudPool.MaxTasksPerComputeNode Property
Optional. Gets or sets the maximum number of tasks that can run concurrently on a single compute node in the pool.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public Nullable<int> MaxTasksPerComputeNode { get; set; }
public:
property Nullable<int> MaxTasksPerComputeNode {
Nullable<int> get();
void set(Nullable<int> value);
}
member MaxTasksPerComputeNode : Nullable<int> with get, set
Public Property MaxTasksPerComputeNode As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
CloudPool Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top