Uses of Class
com.azure.resourcemanager.appservice.models.AbnormalTimePeriod
-
Packages that use AbnormalTimePeriod 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 AbnormalTimePeriod in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AbnormalTimePeriod Modifier and Type Method Description List<AbnormalTimePeriod>DiagnosticAnalysisInner. abnormalTimePeriods()Get the abnormalTimePeriods property: List of time periods.List<AbnormalTimePeriod>DiagnosticAnalysisProperties. abnormalTimePeriods()Get the abnormalTimePeriods property: List of time periods.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AbnormalTimePeriod Modifier and Type Method Description DiagnosticAnalysisInnerDiagnosticAnalysisInner. withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)Set the abnormalTimePeriods property: List of time periods.DiagnosticAnalysisPropertiesDiagnosticAnalysisProperties. 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 AbnormalTimePeriod Modifier and Type Method Description AbnormalTimePeriodAbnormalTimePeriod. withEndTime(OffsetDateTime endTime)Set the endTime property: End time of the downtime.AbnormalTimePeriodAbnormalTimePeriod. withEvents(List<DetectorAbnormalTimePeriod> events)Set the events property: List of Possible Cause of downtime.AbnormalTimePeriodAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set the solutions property: List of proposed solutions.AbnormalTimePeriodAbnormalTimePeriod. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the downtime.
-