JobScale Class
Scaling configurations for event driven jobs.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobScale
Constructor
JobScale(*, polling_interval: int | None = None, min_executions: int = 0, max_executions: int = 100, rules: List[_models.JobScaleRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
polling_interval
|
Interval to check each event source in seconds. Defaults to 30s. |
min_executions
|
Minimum number of job executions that are created for a trigger, default 0. |
max_executions
|
Maximum number of job executions that are created for a trigger, default 100. Default value: 100
|
rules
|
Scaling rules. |
Variables
Name | Description |
---|---|
polling_interval
|
Interval to check each event source in seconds. Defaults to 30s. |
min_executions
|
Minimum number of job executions that are created for a trigger, default 0. |
max_executions
|
Maximum number of job executions that are created for a trigger, default 100. |
rules
|
Scaling rules. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python