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)

public Nullable<int> MaxJobCount { get; set; }

Property Value

Type: System.Nullable<Int32>
Return to top
Show: