Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.WithScaleRuleOptional
-
Packages that use AutoscaleProfile.DefinitionStages.WithScaleRuleOptional Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AutoscaleProfile.DefinitionStages.WithScaleRuleOptional in com.azure.resourcemanager.monitor.models
Subinterfaces of AutoscaleProfile.DefinitionStages.WithScaleRuleOptional in com.azure.resourcemanager.monitor.models Modifier and Type Interface Description static interfaceAutoscaleProfile.DefinitionThe entirety of an autoscale profile definition.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.DefinitionStages.WithScaleRuleOptional Modifier and Type Method Description AutoscaleProfile.DefinitionStages.WithScaleRuleOptionalAutoscaleProfile.DefinitionStages.WithScaleRuleOptional. withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime 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.
-