Uses of Class
com.azure.resourcemanager.appservice.models.Scale
-
Packages that use Scale Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Scale in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Scale Modifier and Type Method Description ScaleTemplate. scale()Get the scale property: Scaling properties for the Container App.ScaleScale. withMaxReplicas(Integer maxReplicas)Set the maxReplicas property: Optional.ScaleScale. withMinReplicas(Integer minReplicas)Set the minReplicas property: Optional.ScaleScale. withRules(List<ScaleRule> rules)Set the rules property: Scaling rules.Methods in com.azure.resourcemanager.appservice.models with parameters of type Scale Modifier and Type Method Description TemplateTemplate. withScale(Scale scale)Set the scale property: Scaling properties for the Container App.
-