Uses of Class
com.azure.resourcemanager.appcontainers.models.Scale
Packages that use Scale
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Scale in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ScaleModifier and TypeMethodDescriptionstatic Scale
Scale.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Scale from the JsonReader.Template.scale()
Get the scale property: Scaling properties for the Container App.Scale.withCooldownPeriod
(Integer cooldownPeriod) Set the cooldownPeriod property: Optional.Scale.withMaxReplicas
(Integer maxReplicas) Set the maxReplicas property: Optional.Scale.withMinReplicas
(Integer minReplicas) Set the minReplicas property: Optional.Scale.withPollingInterval
(Integer pollingInterval) Set the pollingInterval property: Optional.Set the rules property: Scaling rules.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Scale