JobCollectionQuota.MaxJobCount Property

 

Optional. Maximum number of jobs that can be created in this job collection. Maximum value is dependent on the plan.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public Nullable<int> MaxJobCount { get; set; }
public:
property Nullable<int> MaxJobCount {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member MaxJobCount : Nullable<int> with get, set
Public Property MaxJobCount As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

JobCollectionQuota Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top