Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleProfile.UpdateDefinitionStages.WithAttach
-
-
Uses of AutoscaleProfile.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.monitor
Subinterfaces of AutoscaleProfile.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.monitor Modifier and Type Interface Description static interfaceAutoscaleProfile.UpdateDefinitionThe entirety of an autoscale profile definition during current autoscale settings update.static interfaceAutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptionalThe stage of the definition which adds optional scale rules and schedules.Methods in com.microsoft.azure.management.monitor that return AutoscaleProfile.UpdateDefinitionStages.WithAttach Modifier and Type Method Description AutoscaleProfile.UpdateDefinitionStages.WithAttachAutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule. withFixedDateSchedule(String timeZone, org.joda.time.DateTime start, org.joda.time.DateTime end)Specifies fixed date schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithAttachAutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule. withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday)Specifies recurrent schedule for autoscale profile.
-