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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python