Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional
Packages that use AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional in com.azure.resourcemanager.monitor.models
Subinterfaces of AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an autoscale profile definition during current autoscale settings update.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptionalModifier and TypeMethodDescriptionScaleRule.ParentUpdateDefinitionStages.WithAttach.attach()Attaches sclae rule to the new autoscale profile in the autoscale update definition stage.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional.withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime end) Specifies fixed date schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional.withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.