| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AbnormalTimePeriod |
AbnormalTimePeriod.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the downtime.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withEvents(List<DetectorAbnormalTimePeriod> events)
Set the events property: List of Possible Cause of downtime.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withSolutions(List<Solution> solutions)
Set the solutions property: List of proposed solutions.
|
AbnormalTimePeriod |
AbnormalTimePeriod.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the downtime.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.