Uses of Class
com.azure.resourcemanager.appcontainers.models.JobScaleRule
Packages that use JobScaleRule
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobScaleRule in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobScaleRuleModifier and TypeMethodDescriptionstatic JobScaleRule
JobScaleRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobScaleRule from the JsonReader.JobScaleRule.withAuth
(List<ScaleRuleAuth> auth) Set the auth property: Authentication secrets for the scale rule.JobScaleRule.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.JobScaleRule.withMetadata
(Object metadata) Set the metadata property: Metadata properties to describe the scale rule.Set the name property: Scale Rule Name.Set the type property: Type of the scale rule eg: azure-servicebus, redis etc.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JobScaleRuleMethod parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type JobScaleRuleModifier and TypeMethodDescriptionJobScale.withRules
(List<JobScaleRule> rules) Set the rules property: Scaling rules.