Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleProfile.UpdateDefinitionStages.WithAttach
Packages that use AutoscaleProfile.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AutoscaleProfile.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.monitor.models
Subinterfaces of AutoscaleProfile.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an autoscale profile definition during current autoscale settings update.static interfaceThe stage of the definition which adds optional scale rules and schedules.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleProfile.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionAutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.withFixedDateSchedule(String timeZone, OffsetDateTime start, OffsetDateTime end) Specifies fixed date schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.