| 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.
|
static interface |
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional
The stage of the definition which adds optional scale rules and schedules.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.DefinitionStages.WithAttach |
AutoscaleProfile.DefinitionStages.WithScaleSchedule.withFixedDateSchedule(String timeZone,
OffsetDateTime start,
OffsetDateTime end)
Specifies fixed date schedule for autoscale profile.
|
AutoscaleProfile.DefinitionStages.WithAttach |
AutoscaleProfile.DefinitionStages.Blank.withFixedInstanceCount(int instanceCount)
Selects a specific instance count for the current Default profile.
|
AutoscaleProfile.DefinitionStages.WithAttach |
AutoscaleProfile.DefinitionStages.WithScaleSchedule.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.