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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET