JobCollectionQuota Class
JobCollectionQuota.
- Inheritance
-
msrest.serialization.ModelJobCollectionQuota
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
|
Gets or set the maximum job count. |
max_job_occurrence
Required
|
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
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python