| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| 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,
OffsetDateTime start,
OffsetDateTime 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 © 2020 Microsoft Corporation. All rights reserved.