| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.Update |
AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles.updateAutoscaleProfile(String name)
Starts the update of automatic scaling profiles.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withFixedDateSchedule(String timeZone,
OffsetDateTime start,
OffsetDateTime end)
Updates fixed date schedule for autoscale profile.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withMetricBasedScale(int minimumInstanceCount,
int maximumInstanceCount,
int defaultInstanceCount)
Updates metric based autoscale profile.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withoutScaleRule(int ruleIndex)
Removes scale rule from the current autoscale profile.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Updates recurrent schedule for autoscale profile.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withScheduleBasedScale(int instanceCount)
Updates schedule based autoscale profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.