Compartilhar via


JobCollectionQuota Class

JobCollectionQuota.

Inheritance
msrest.serialization.Model
JobCollectionQuota

Constructor

JobCollectionQuota(*, max_job_count: int | None = None, max_job_occurrence: int | None = None, max_recurrence: JobMaxRecurrence | None = None, **kwargs)

Parameters

Name Description
max_job_count
Required
int

Gets or set the maximum job count.

max_job_occurrence
Required
int

Gets or sets the maximum job occurrence.

max_recurrence
Required

Gets or set the maximum recurrence.

Keyword-Only Parameters

Name Description
max_job_count
Required
max_job_occurrence
Required
max_recurrence
Required