Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.WithAttach
-
Packages that use AutoscaleProfile.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AutoscaleProfile.DefinitionStages.WithAttach in com.azure.resourcemanager.monitor.models
Subinterfaces of AutoscaleProfile.DefinitionStages.WithAttach in com.azure.resourcemanager.monitor.models Modifier and Type Interface Description static interfaceAutoscaleProfile.DefinitionThe entirety of an autoscale profile definition.static interfaceAutoscaleProfile.DefinitionStages.WithScaleRuleOptionalThe stage of the definition which adds optional scale rules and schedules.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.DefinitionStages.WithAttach Modifier and Type Method Description AutoscaleProfile.DefinitionStages.WithAttachAutoscaleProfile.DefinitionStages.WithScaleSchedule. withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime end)Specifies fixed date schedule for autoscale profile.AutoscaleProfile.DefinitionStages.WithAttachAutoscaleProfile.DefinitionStages.Blank. withFixedInstanceCount(int instanceCount)Selects a specific instance count for the current Default profile.AutoscaleProfile.DefinitionStages.WithAttachAutoscaleProfile.DefinitionStages.WithScaleSchedule. withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday)Specifies recurrent schedule for autoscale profile.
-