Uses of Class
com.microsoft.azure.management.appservice.AbnormalTimePeriod
-
-
Uses of AbnormalTimePeriod in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AbnormalTimePeriod Modifier and Type Method Description AbnormalTimePeriodAbnormalTimePeriod. withEndTime(org.joda.time.DateTime endTime)Set end time of the downtime.AbnormalTimePeriodAbnormalTimePeriod. withEvents(List<DetectorAbnormalTimePeriod> events)Set list of Possible Cause of downtime.AbnormalTimePeriodAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set list of proposed solutions.AbnormalTimePeriodAbnormalTimePeriod. withStartTime(org.joda.time.DateTime startTime)Set start time of the downtime.
-