| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrentSchedule |
Recurrence.schedule()
Get the schedule property: the scheduling constraints for when the profile begins.
|
RecurrentSchedule |
RecurrentSchedule.withDays(List<String> days)
Set the days property: the collection of days that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withHours(List<Integer> hours)
Set the hours property: A collection of hours that the profile takes effect on.
|
RecurrentSchedule |
RecurrentSchedule.withMinutes(List<Integer> minutes)
Set the minutes property: A collection of minutes at which the profile takes effect at.
|
RecurrentSchedule |
RecurrentSchedule.withTimeZone(String timeZone)
Set the timeZone property: the timezone for the hours of the profile.
|
| Modifier and Type | Method and Description |
|---|---|
Recurrence |
Recurrence.withSchedule(RecurrentSchedule schedule)
Set the schedule property: the scheduling constraints for when the profile begins.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.