| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticAnalysisProperties |
DiagnosticAnalysisProperties.withAbnormalTimePeriods(List<AbnormalTimePeriod> abnormalTimePeriods)
Set the abnormalTimePeriods property: List of time periods.
|
DiagnosticAnalysisProperties |
DiagnosticAnalysisProperties.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the period.
|
DiagnosticAnalysisProperties |
DiagnosticAnalysisProperties.withNonCorrelatedDetectors(List<DetectorDefinition> nonCorrelatedDetectors)
Set the nonCorrelatedDetectors property: Data by each detector for detectors that did not corelate.
|
DiagnosticAnalysisProperties |
DiagnosticAnalysisProperties.withPayload(List<AnalysisData> payload)
Set the payload property: Data by each detector.
|
DiagnosticAnalysisProperties |
DiagnosticAnalysisProperties.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the period.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.