Uses of Class
com.azure.resourcemanager.appservice.models.DetectorAbnormalTimePeriod
-
Packages that use DetectorAbnormalTimePeriod Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DetectorAbnormalTimePeriod Modifier and Type Method Description List<DetectorAbnormalTimePeriod>DiagnosticDetectorResponseInner. abnormalTimePeriods()Get the abnormalTimePeriods property: List of Correlated events found by the detector.List<DetectorAbnormalTimePeriod>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 DetectorAbnormalTimePeriod Modifier and Type Method Description DiagnosticDetectorResponseInnerDiagnosticDetectorResponseInner. withAbnormalTimePeriods(List<DetectorAbnormalTimePeriod> abnormalTimePeriods)Set the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponsePropertiesDiagnosticDetectorResponseProperties. 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 DetectorAbnormalTimePeriod Modifier and Type Method Description DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withEndTime(OffsetDateTime endTime)Set the endTime property: End time of the correlated event.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withMessage(String message)Set the message property: Message describing the event.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withMetadata(List<List<NameValuePair>> metadata)Set the metadata property: Downtime metadata.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withPriority(Double priority)Set the priority property: Represents the rank of the Detector.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set the solutions property: List of proposed solutions.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withSource(String source)Set the source property: Represents the name of the Detector.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the correlated event.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withType(IssueType type)Set the type property: Represents the type of the Detector.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DetectorAbnormalTimePeriod Modifier and Type Method Description List<DetectorAbnormalTimePeriod>AbnormalTimePeriod. events()Get the events property: List of Possible Cause of downtime.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DetectorAbnormalTimePeriod Modifier and Type Method Description AbnormalTimePeriodAbnormalTimePeriod. withEvents(List<DetectorAbnormalTimePeriod> events)Set the events property: List of Possible Cause of downtime.
-