| Modifier and Type | Interface and Description |
|---|---|
static interface |
AutoscaleProfile.Definition
The entirety of an autoscale profile definition.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional.withFixedDateSchedule(String timeZone,
org.joda.time.DateTime start,
org.joda.time.DateTime end)
Specifies fixed date schedule for autoscale profile.
|
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/