Uses of Class
com.azure.resourcemanager.monitor.models.ScaleCapacity
Packages that use ScaleCapacity
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ScaleCapacity in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ScaleCapacityModifier and TypeMethodDescriptionAutoscaleProfileInner.capacity()Get the capacity property: the number of instances that can be used during this profile.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ScaleCapacityModifier and TypeMethodDescriptionAutoscaleProfileInner.withCapacity(ScaleCapacity capacity) Set the capacity property: the number of instances that can be used during this profile. -
Uses of ScaleCapacity in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ScaleCapacityModifier and TypeMethodDescriptionstatic ScaleCapacityScaleCapacity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleCapacity from the JsonReader.ScaleCapacity.withDefaultProperty(String defaultProperty) Set the defaultProperty property: the number of instances that will be set if metrics are not available for evaluation.ScaleCapacity.withMaximum(String maximum) Set the maximum property: the maximum number of instances for the resource.ScaleCapacity.withMinimum(String minimum) Set the minimum property: the minimum number of instances for the resource.