HttpScaleRule Class
Container App container Http scaling rule.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelHttpScaleRule
Constructor
HttpScaleRule(*, metadata: Dict[str, str] | None = None, auth: List[_models.ScaleRuleAuth] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
metadata
|
Metadata properties to describe http scale rule. |
auth
|
Authentication secrets for the custom scale rule. |
Variables
Name | Description |
---|---|
metadata
|
Metadata properties to describe http scale rule. |
auth
|
Authentication secrets for the custom 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