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