Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.Update
-
Packages that use AutoscaleProfile.Update Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AutoscaleProfile.Update in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.Update Modifier and Type Method Description AutoscaleProfile.UpdateAutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles. updateAutoscaleProfile(String name)Starts the update of automatic scaling profiles.AutoscaleProfile.UpdateAutoscaleProfile.Update. withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime end)Updates fixed date schedule for autoscale profile.AutoscaleProfile.UpdateAutoscaleProfile.Update. withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)Updates metric based autoscale profile.AutoscaleProfile.UpdateAutoscaleProfile.Update. withoutScaleRule(int ruleIndex)Removes scale rule from the current autoscale profile.AutoscaleProfile.UpdateAutoscaleProfile.Update. withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday)Updates recurrent schedule for autoscale profile.AutoscaleProfile.UpdateAutoscaleProfile.Update. withScheduleBasedScale(int instanceCount)Updates schedule based autoscale profile.
-