| Modifier and Type | Interface and Description |
|---|---|
static interface |
AutoscaleProfile.UpdateDefinition
The entirety of an autoscale profile definition during current autoscale settings update.
|
static interface |
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional
The stage of the definition which adds optional scale rules and schedules.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.UpdateDefinitionStages.WithAttach |
AutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.withFixedDateSchedule(String timeZone,
org.joda.time.DateTime start,
org.joda.time.DateTime end)
Specifies fixed date schedule for autoscale profile.
|
AutoscaleProfile.UpdateDefinitionStages.WithAttach |
AutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.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.
*/