MaintenanceEventStatus Struct
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.
The status of a maintenance event.
public readonly struct MaintenanceEventStatus : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MaintenanceEventStatus>
type MaintenanceEventStatus = struct
Public Structure MaintenanceEventStatus
Implements IEquatable(Of MaintenanceEventStatus)
- Inheritance
-
MaintenanceEventStatus
- Implements
Constructors
| Name | Description |
|---|---|
| MaintenanceEventStatus(String) |
Initializes a new instance of MaintenanceEventStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
The maintenance event was canceled, failed, or timed out. |
| Complete |
The maintenance event has completed successfully. |
| InProgress |
The maintenance event is currently in progress. |
| Planned |
The maintenance event is scheduled and has not yet started. |
| Rescheduled |
The maintenance event has been rescheduled (postponed) by the customer. |
Methods
| Name | Description |
|---|---|
| Equals(MaintenanceEventStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MaintenanceEventStatus, MaintenanceEventStatus) |
Determines if two MaintenanceEventStatus values are the same. |
| Implicit(String to MaintenanceEventStatus) |
Converts a string to a MaintenanceEventStatus. |
| Implicit(String to Nullable<MaintenanceEventStatus>) | |
| Inequality(MaintenanceEventStatus, MaintenanceEventStatus) |
Determines if two MaintenanceEventStatus values are not the same. |