| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the correlated event.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withMessage(String message)
Set the message property: Message describing the event.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withMetadata(List<List<NameValuePair>> metadata)
Set the metadata property: Downtime metadata.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withPriority(Double priority)
Set the priority property: Represents the rank of the Detector.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set the solutions property: List of proposed solutions.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withSource(String source)
Set the source property: Represents the name of the Detector.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the correlated event.
|
DetectorAbnormalTimePeriod |
DetectorAbnormalTimePeriod.withType(IssueType type)
Set the type property: Represents the type of the Detector.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.