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)

public:
property Nullable<int> MaxJobOccurrence {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

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