Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleProfile.Update
-
-
Uses of AutoscaleProfile.Update in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor 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, org.joda.time.DateTime start, org.joda.time.DateTime 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.
-