JobCollectionQuota Class

JobCollectionQuota.

Inheritance
JobCollectionQuota

Constructor

JobCollectionQuota(*, max_job_count: Optional[int] = None, max_job_occurrence: Optional[int] = None, max_recurrence=None, **kwargs)

Parameters

max_job_count
int
Required

Gets or set the maximum job count.

max_job_occurrence
int
Required

Gets or sets the maximum job occurrence.

max_recurrence
JobMaxRecurrence
Required

Gets or set the maximum recurrence.