Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleProfile.DefinitionStages.WithScaleRuleOptional
-
-
Uses of AutoscaleProfile.DefinitionStages.WithScaleRuleOptional in com.microsoft.azure.management.monitor
Subinterfaces of AutoscaleProfile.DefinitionStages.WithScaleRuleOptional in com.microsoft.azure.management.monitor Modifier and Type Interface Description static interfaceAutoscaleProfile.DefinitionThe entirety of an autoscale profile definition.Methods in com.microsoft.azure.management.monitor that return AutoscaleProfile.DefinitionStages.WithScaleRuleOptional Modifier and Type Method Description AutoscaleProfile.DefinitionStages.WithScaleRuleOptionalAutoscaleProfile.DefinitionStages.WithScaleRuleOptional. withFixedDateSchedule(String timeZone, org.joda.time.DateTime start, org.joda.time.DateTime end)Specifies fixed date schedule for autoscale profile.AutoscaleProfile.DefinitionStages.WithScaleRuleOptionalAutoscaleProfile.DefinitionStages.WithScaleRuleOptional. withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday)Specifies recurrent schedule for autoscale profile.
-