Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomScaleRule
Packages that use CustomScaleRule
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of CustomScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CustomScaleRuleModifier and TypeMethodDescriptionScaleRule.custom()
Get the custom property: Custom scale rule.static CustomScaleRule
CustomScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CustomScaleRule from the JsonReader.CustomScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the custom scale rule.CustomScaleRule.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.CustomScaleRule.withMetadata
(Map<String, String> metadata) Set the metadata property: Metadata properties to describe custom scale rule.Set the type property: Type of the custom scale rule eg: azure-servicebus, redis etc.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CustomScaleRuleModifier and TypeMethodDescriptionScaleRule.withCustom
(CustomScaleRule custom) Set the custom property: Custom scale rule.