CustomScaleRule Class
Container App container Custom scaling rule.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCustomScaleRule
Constructor
CustomScaleRule(*, type: str | None = None, metadata: Dict[str, str] | None = None, auth: List[_models.ScaleRuleAuth] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of the custom scale rule eg: azure-servicebus, redis etc. |
metadata
|
Metadata properties to describe custom scale rule. |
auth
|
Authentication secrets for the custom scale rule. |
Variables
Name | Description |
---|---|
type
|
Type of the custom scale rule eg: azure-servicebus, redis etc. |
metadata
|
Metadata properties to describe custom scale rule. |
auth
|
Authentication secrets for the custom scale rule. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python