Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RecurrentSchedule |
Recurrence.schedule()
Get the scheduling constraints for when the profile begins.
|
RecurrentSchedule |
RecurrentSchedule.withDays(List<String> days)
Set the collection of days that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withHours(List<Integer> hours)
Set a collection of hours that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withMinutes(List<Integer> minutes)
Set a collection of minutes at which the profile takes effect at.
|
RecurrentSchedule |
RecurrentSchedule.withTimeZone(String timeZone)
Set the timezone for the hours of the profile.
|
Modifier and Type | Method and Description |
---|---|
Recurrence |
Recurrence.withSchedule(RecurrentSchedule schedule)
Set the scheduling constraints for when the profile begins.
|
Copyright © 2019. All rights reserved.