Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpScaleRule
Packages that use HttpScaleRule
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of HttpScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return HttpScaleRuleModifier and TypeMethodDescriptionstatic HttpScaleRule
HttpScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HttpScaleRule from the JsonReader.ScaleRule.http()
Get the http property: HTTP requests based scaling.HttpScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the custom scale rule.HttpScaleRule.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.HttpScaleRule.withMetadata
(Map<String, String> metadata) Set the metadata property: Metadata properties to describe http scale rule.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type HttpScaleRuleModifier and TypeMethodDescriptionScaleRule.withHttp
(HttpScaleRule http) Set the http property: HTTP requests based scaling.