Uses of Class
com.microsoft.azure.management.appservice.DetectorAbnormalTimePeriod
Packages that use DetectorAbnormalTimePeriod
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DetectorAbnormalTimePeriod in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionDetectorAbnormalTimePeriod.withEndTime(org.joda.time.DateTime endTime) Set end time of the correlated event.DetectorAbnormalTimePeriod.withMessage(String message) Set message describing the event.DetectorAbnormalTimePeriod.withMetaData(List<List<NameValuePair>> metaData) Set downtime metadata.DetectorAbnormalTimePeriod.withPriority(Double priority) Set represents the rank of the Detector.DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions) Set list of proposed solutions.DetectorAbnormalTimePeriod.withSource(String source) Set represents the name of the Detector.DetectorAbnormalTimePeriod.withStartTime(org.joda.time.DateTime startTime) Set start time of the correlated event.Set represents the type of the Detector.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionAbnormalTimePeriod.events()Get list of Possible Cause of downtime.Method parameters in com.microsoft.azure.management.appservice with type arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionAbnormalTimePeriod.withEvents(List<DetectorAbnormalTimePeriod> events) Set list of Possible Cause of downtime.