JobScaleRule Class
Scaling rule.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobScaleRule
Constructor
JobScaleRule(*, name: str | None = None, type: str | None = None, metadata: MutableMapping[str, Any] | None = None, auth: List[_models.ScaleRuleAuth] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Scale Rule Name. |
type
|
Type of the scale rule eg: azure-servicebus, redis etc. |
metadata
|
<xref:JSON>
Metadata properties to describe the scale rule. |
auth
|
Authentication secrets for the scale rule. |
Variables
Name | Description |
---|---|
name
|
Scale Rule Name. |
type
|
Type of the scale rule eg: azure-servicebus, redis etc. |
metadata
|
<xref:JSON>
Metadata properties to describe the scale rule. |
auth
|
Authentication secrets for the scale rule. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python