Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
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,
org.joda.time.DateTime start,
org.joda.time.DateTime 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 © 2019. All rights reserved.