| 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 |
|---|---|
DiagnosticAnalysisInner |
DiagnosticsClient.executeSiteAnalysis(String resourceGroupName,
String siteName,
String diagnosticCategory,
String analysisName)
Description for Execute Analysis.
|
DiagnosticAnalysisInner |
DiagnosticsClient.executeSiteAnalysisSlot(String resourceGroupName,
String siteName,
String diagnosticCategory,
String analysisName,
String slot)
Description for Execute Analysis.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)
Set the abnormalTimePeriods property: List of time periods.
|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the period.
|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withKind(String kind)
Set the kind property: Kind of resource.
|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withNonCorrelatedDetectors(List<DetectorDefinitionInner> nonCorrelatedDetectors)
Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.
|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withPayload(List<AnalysisDataInner> payload)
Set the payload property: Data by each detector.
|
DiagnosticAnalysisInner |
DiagnosticAnalysisInner.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the period.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.