PoolUserSpec.MaxTasksPerVM Property

Gets or sets the maximum number of tasks to run on a single VM. Note that this is capped by the Batch service's limit.

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

Usage

'Usage
Dim instance As PoolUserSpec
Dim value As Nullable(Of Integer)

value = instance.MaxTasksPerVM

instance.MaxTasksPerVM = value

Syntax

'Declaration
Public Property MaxTasksPerVM As Nullable(Of Integer)
public Nullable<int> MaxTasksPerVM { get; set; }
public:
virtual property Nullable<int> MaxTasksPerVM {
    Nullable<int> get () sealed;
    void set (Nullable<int> value) sealed;
}
/** @property */
public final Nullable<int> get_MaxTasksPerVM ()

/** @property */
public final void set_MaxTasksPerVM (Nullable<int> value)
public final function get MaxTasksPerVM () : Nullable<int>

public final function set MaxTasksPerVM (value : Nullable<int>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

PoolUserSpec Class
PoolUserSpec Members
Microsoft.Azure.Batch Namespace