MaintenanceEventActionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response model for maintenance event reschedule and apply-now actions.
public class MaintenanceEventActionResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MaintenanceEventActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MaintenanceEventActionResult>
type MaintenanceEventActionResult = class
interface IJsonModel<MaintenanceEventActionResult>
interface IPersistableModel<MaintenanceEventActionResult>
Public Class MaintenanceEventActionResult
Implements IJsonModel(Of MaintenanceEventActionResult), IPersistableModel(Of MaintenanceEventActionResult)
- Inheritance
-
MaintenanceEventActionResult
- Implements
Properties
| Name | Description |
|---|---|
| IsAppliedNow |
A value indicating whether this was an apply-now (immediate) action. True for ApplyNow; false for Reschedule. |
| LastUpdatedOn |
The time this maintenance event record was last updated (UTC). |
| MaintenanceEventId |
The maintenance event name (maintenance ID). |
| PlannedEndOn |
The planned end time of the maintenance event (UTC). |
| PlannedStartOn |
The planned start time of the maintenance event (UTC). |
| ServerId |
The full Azure resource ID of the server. |
| Status |
The status of the maintenance event. |