Uses of Class
com.azure.resourcemanager.appcontainers.models.Scale
-
Packages that use Scale Package Description com.azure.resourcemanager.appcontainers.models 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 Scale Modifier and Type Method Description Scale
Template. scale()
Get the scale property: Scaling properties for the Container App.Scale
Scale. withMaxReplicas(Integer maxReplicas)
Set the maxReplicas property: Optional.Scale
Scale. withMinReplicas(Integer minReplicas)
Set the minReplicas property: Optional.Scale
Scale. withRules(List<ScaleRule> rules)
Set the rules property: Scaling rules.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Scale Modifier and Type Method Description Template
Template. withScale(Scale scale)
Set the scale property: Scaling properties for the Container App.
-