Uses of Class
com.azure.resourcemanager.appservice.models.AbnormalTimePeriod
Packages that use AbnormalTimePeriod
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AbnormalTimePeriod in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AbnormalTimePeriodModifier and TypeMethodDescriptionDiagnosticAnalysisInner.abnormalTimePeriods()Get the abnormalTimePeriods property: List of time periods.DiagnosticAnalysisProperties.abnormalTimePeriods()Get the abnormalTimePeriods property: List of time periods.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AbnormalTimePeriodModifier and TypeMethodDescriptionDiagnosticAnalysisInner.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of time periods.DiagnosticAnalysisProperties.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of time periods. -
Uses of AbnormalTimePeriod in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AbnormalTimePeriodModifier and TypeMethodDescriptionstatic AbnormalTimePeriodAbnormalTimePeriod.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AbnormalTimePeriod from the JsonReader.AbnormalTimePeriod.withEndTime(OffsetDateTime endTime) Set the endTime property: End time of the downtime.AbnormalTimePeriod.withEvents(List<DetectorAbnormalTimePeriod> events) Set the events property: List of Possible Cause of downtime.AbnormalTimePeriod.withSolutions(List<Solution> solutions) Set the solutions property: List of proposed solutions.AbnormalTimePeriod.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the downtime.