TcpScaleRule Class
Container App container Tcp scaling rule.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelTcpScaleRule
Constructor
TcpScaleRule(*, metadata: Dict[str, str] | None = None, auth: List[_models.ScaleRuleAuth] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
metadata
|
Metadata properties to describe tcp scale rule. |
auth
|
Authentication secrets for the tcp scale rule. |
Variables
Name | Description |
---|---|
metadata
|
Metadata properties to describe tcp scale rule. |
auth
|
Authentication secrets for the tcp scale rule. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python