Uses of Class
com.azure.resourcemanager.appcontainers.models.TcpScaleRule
Packages that use TcpScaleRule
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of TcpScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return TcpScaleRuleModifier and TypeMethodDescriptionstatic TcpScaleRule
TcpScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of TcpScaleRule from the JsonReader.ScaleRule.tcp()
Get the tcp property: Tcp requests based scaling.TcpScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the tcp scale rule.TcpScaleRule.withIdentity
(String identity) Set the identity property: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.TcpScaleRule.withMetadata
(Map<String, String> metadata) Set the metadata property: Metadata properties to describe tcp scale rule.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type TcpScaleRuleModifier and TypeMethodDescriptionScaleRule.withTcp
(TcpScaleRule tcp) Set the tcp property: Tcp requests based scaling.