| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withAbnormalTimePeriods(List<DetectorAbnormalTimePeriod> abnormalTimePeriods)
Set the abnormalTimePeriods property: List of Correlated events found by the detector.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withData(List<List<NameValuePair>> data)
Set the data property: Additional Data that detector wants to send.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withDetectorDefinition(DetectorDefinition detectorDefinition)
Set the detectorDefinition property: Detector's definition.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the period.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withIssueDetected(Boolean issueDetected)
Set the issueDetected property: Flag representing Issue was detected.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withMetrics(List<DiagnosticMetricSet> metrics)
Set the metrics property: Metrics provided by the detector.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withResponseMetadata(ResponseMetadata responseMetadata)
Set the responseMetadata property: Meta Data.
|
DiagnosticDetectorResponseProperties |
DiagnosticDetectorResponseProperties.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the period.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.