Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AutoscaleSetting
Packages that use AutoscaleSetting
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of AutoscaleSetting in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AutoscaleSettingModifier and TypeMethodDescriptionstatic AutoscaleSettingAutoscaleSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleSetting from the JsonReader.AutoscaleSetting.withEnabled(Boolean enabled) Set the enabled property: the enabled flag.Set the name property: the name of the autoscale setting.AutoscaleSetting.withNotifications(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications.AutoscaleSetting.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode.AutoscaleSetting.withProfiles(List<AutoscaleProfileInner> profiles) Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.AutoscaleSetting.withTargetResourceLocation(String targetResourceLocation) Set the targetResourceLocation property: the location of the resource that the autoscale setting should be added to.AutoscaleSetting.withTargetResourceUri(String targetResourceUri) Set the targetResourceUri property: the resource identifier of the resource that the autoscale setting should be added to.