Uses of Class
com.azure.resourcemanager.monitor.models.ScaleCapacity
-
Packages that use ScaleCapacity Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 ScaleCapacity Modifier and Type Method Description ScaleCapacityAutoscaleProfileInner. 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 ScaleCapacity Modifier and Type Method Description AutoscaleProfileInnerAutoscaleProfileInner. 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 ScaleCapacity Modifier and Type Method Description ScaleCapacityScaleCapacity. withDefaultProperty(String defaultProperty)Set the defaultProperty property: the number of instances that will be set if metrics are not available for evaluation.ScaleCapacityScaleCapacity. withMaximum(String maximum)Set the maximum property: the maximum number of instances for the resource.ScaleCapacityScaleCapacity. withMinimum(String minimum)Set the minimum property: the minimum number of instances for the resource.
-