AutoscaleSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity
public class AutoscaleSchedule
type AutoscaleSchedule = class
Public Class AutoscaleSchedule
- Inheritance
-
AutoscaleSchedule
Constructors
AutoscaleSchedule() |
Initializes a new instance of the AutoscaleSchedule class. |
AutoscaleSchedule(IList<String>, AutoscaleTimeAndCapacity) |
Initializes a new instance of the AutoscaleSchedule class. |
Properties
Days |
Gets or sets days of the week for a schedule-based autoscale rule |
TimeAndCapacity |
Gets or sets time and capacity for a schedule-based autoscale rule |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET