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
|
|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python