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