Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DiagnosticAnalysisProperties
Packages that use DiagnosticAnalysisProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DiagnosticAnalysisProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type DiagnosticAnalysisPropertiesModifier and TypeClassDescriptionfinal classDiagnosticAnalysis resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticAnalysisPropertiesModifier and TypeMethodDescriptionstatic DiagnosticAnalysisPropertiesDiagnosticAnalysisProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticAnalysisProperties from the JsonReader.DiagnosticAnalysisProperties.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of time periods.DiagnosticAnalysisProperties.withEndTime(OffsetDateTime endTime) Set the endTime property: End time of the period.DiagnosticAnalysisProperties.withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors) Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.DiagnosticAnalysisProperties.withPayload(List<AnalysisData> payload) Set the payload property: Data by each detector.DiagnosticAnalysisProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the period.