Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.Update
Packages that use AutoscaleProfile.Update
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AutoscaleProfile.Update in com.azure.resourcemanager.monitor.models
Subinterfaces with type arguments of type AutoscaleProfile.Update in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceGrouping of scale rule update stages.static interfaceThe final stage of the definition which attaches defined scale rule to the current Autoscale profile.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.UpdateModifier and TypeMethodDescriptionAutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles.updateAutoscaleProfile(String name) Starts the update of automatic scaling profiles.AutoscaleProfile.Update.withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime 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.