Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional
-
-
Uses of AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional in com.microsoft.azure.management.monitor
Subinterfaces of AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional 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.Methods in com.microsoft.azure.management.monitor that return AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional Modifier and Type Method Description AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptionalScaleRule.ParentUpdateDefinitionStages.WithAttach. attach()Attaches sclae rule to the new autoscale profile in the autoscale update definition stage.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptionalAutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional. withFixedDateSchedule(String timeZone, org.joda.time.DateTime start, org.joda.time.DateTime end)Specifies fixed date schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptionalAutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional. withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday)Specifies recurrent schedule for autoscale profile.
-