Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleProfile.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AutoscaleProfile.Update in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionAutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles.updateAutoscaleProfile
(String name) Starts the update of automatic scaling profiles.AutoscaleProfile.Update.withFixedDateSchedule
(String timeZone, org.joda.time.DateTime start, org.joda.time.DateTime end) Updates fixed date schedule for autoscale profile.AutoscaleProfile.Update.withMetricBasedScale
(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount) Updates metric based autoscale profile.AutoscaleProfile.Update.withoutScaleRule
(int ruleIndex) Removes scale rule from the current autoscale profile.AutoscaleProfile.Update.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Updates recurrent schedule for autoscale profile.AutoscaleProfile.Update.withScheduleBasedScale
(int instanceCount) Updates schedule based autoscale profile.