Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DiagnosticDetectorResponseProperties
Packages that use DiagnosticDetectorResponseProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DiagnosticDetectorResponseProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DiagnosticDetectorResponsePropertiesModifier and TypeMethodDescriptionDiagnosticDetectorResponseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticDetectorResponseProperties from the JsonReader.DiagnosticDetectorResponseProperties.withAbnormalTimePeriods(List<DetectorAbnormalTimePeriod> abnormalTimePeriods) Set the abnormalTimePeriods property: List of Correlated events found by the detector.DiagnosticDetectorResponseProperties.withData(List<List<NameValuePair>> data) Set the data property: Additional Data that detector wants to send.DiagnosticDetectorResponseProperties.withDetectorDefinition(DetectorDefinition detectorDefinition) Set the detectorDefinition property: Detector's definition.DiagnosticDetectorResponseProperties.withEndTime(OffsetDateTime endTime) Set the endTime property: End time of the period.DiagnosticDetectorResponseProperties.withIssueDetected(Boolean issueDetected) Set the issueDetected property: Flag representing Issue was detected.DiagnosticDetectorResponseProperties.withMetrics(List<DiagnosticMetricSet> metrics) Set the metrics property: Metrics provided by the detector.DiagnosticDetectorResponseProperties.withResponseMetadata(ResponseMetadata responseMetadata) Set the responseMetadata property: Meta Data.DiagnosticDetectorResponseProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the period.