Uses of Class
com.azure.resourcemanager.appservice.models.DetectorAbnormalTimePeriod
Packages that use DetectorAbnormalTimePeriod
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DetectorAbnormalTimePeriod in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.abnormalTimePeriods()
Get the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponseProperties.abnormalTimePeriods()
Get the abnormalTimePeriods property: List of Correlated events found by the detector.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionDiagnosticDetectorResponseInner.withAbnormalTimePeriods
(List<DetectorAbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponseProperties.withAbnormalTimePeriods
(List<DetectorAbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of Correlated events found by the detector. -
Uses of DetectorAbnormalTimePeriod in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionstatic DetectorAbnormalTimePeriod
DetectorAbnormalTimePeriod.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DetectorAbnormalTimePeriod from the JsonReader.DetectorAbnormalTimePeriod.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time of the correlated event.DetectorAbnormalTimePeriod.withMessage
(String message) Set the message property: Message describing the event.DetectorAbnormalTimePeriod.withMetadata
(List<List<NameValuePair>> metadata) Set the metadata property: Downtime metadata.DetectorAbnormalTimePeriod.withPriority
(Double priority) Set the priority property: Represents the rank of the Detector.DetectorAbnormalTimePeriod.withSolutions
(List<Solution> solutions) Set the solutions property: List of proposed solutions.DetectorAbnormalTimePeriod.withSource
(String source) Set the source property: Represents the name of the Detector.DetectorAbnormalTimePeriod.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time of the correlated event.Set the type property: Represents the type of the Detector.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionAbnormalTimePeriod.events()
Get the events property: List of Possible Cause of downtime.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DetectorAbnormalTimePeriodModifier and TypeMethodDescriptionAbnormalTimePeriod.withEvents
(List<DetectorAbnormalTimePeriod> events) Set the events property: List of Possible Cause of downtime.