Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static DayOfWeek |
DayOfWeek.fromString(String value)
Parses a serialized value to a DayOfWeek instance.
|
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.DefinitionStages.WithScaleRuleOptional.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
AutoscaleProfile.DefinitionStages.WithAttach |
AutoscaleProfile.DefinitionStages.WithScaleSchedule.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional |
AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
AutoscaleProfile.UpdateDefinitionStages.WithAttach |
AutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Specifies recurrent schedule for autoscale profile.
|
AutoscaleProfile.Update |
AutoscaleProfile.Update.withRecurrentSchedule(String scheduleTimeZone,
String startTime,
DayOfWeek... weekday)
Updates recurrent schedule for autoscale profile.
|
Copyright © 2019. All rights reserved.