Uses of Class
com.azure.resourcemanager.appservice.models.Scale
Packages that use Scale
Package
Description
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 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.withMaxReplicas
(Integer maxReplicas) Set the maxReplicas property: Optional.Scale.withMinReplicas
(Integer minReplicas) Set the minReplicas property: Optional.Set the rules property: Scaling rules.Methods in com.azure.resourcemanager.appservice.models with parameters of type Scale