JobCollectionQuota.MaxJobOccurrence Property
Optional. Maximum number of occurrences for all jobs in the job collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public Nullable<int> MaxJobOccurrence { get; set; }
public:
property Nullable<int> MaxJobOccurrence {
Nullable<int> get();
void set(Nullable<int> value);
}
member MaxJobOccurrence : Nullable<int> with get, set
Public Property MaxJobOccurrence As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
JobCollectionQuota Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top