| Modifier and Type | Interface and Description |
|---|---|
static interface |
AutoscaleProfile.UpdateDefinition
The entirety of an autoscale profile definition during current autoscale settings update.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional |
ScaleRule.ParentUpdateDefinitionStages.WithAttach.attach()
Attaches sclae rule to the new autoscale profile in the autoscale update definition stage.
|
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional.withFixedDateSchedule(String timeZone,
org.joda.time.DateTime start,
org.joda.time.DateTime end)
Specifies fixed date schedule for autoscale profile.
|
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.UpdateDefinitionStages.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.
*/