PostgreSqlFlexibleServerMaintenanceType 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.
Type of a maintenance event resource.
public readonly struct PostgreSqlFlexibleServerMaintenanceType : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMaintenanceType>
type PostgreSqlFlexibleServerMaintenanceType = struct
Public Structure PostgreSqlFlexibleServerMaintenanceType
Implements IEquatable(Of PostgreSqlFlexibleServerMaintenanceType)
- Inheritance
-
PostgreSqlFlexibleServerMaintenanceType
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerMaintenanceType(String) |
Initializes a new instance of PostgreSqlFlexibleServerMaintenanceType. |
Properties
| Name | Description |
|---|---|
| PlannedMaintenance |
Planned maintenance event. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlFlexibleServerMaintenanceType) |
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(PostgreSqlFlexibleServerMaintenanceType, PostgreSqlFlexibleServerMaintenanceType) |
Determines if two PostgreSqlFlexibleServerMaintenanceType values are the same. |
| Implicit(String to Nullable<PostgreSqlFlexibleServerMaintenanceType>) | |
| Implicit(String to PostgreSqlFlexibleServerMaintenanceType) |
Converts a string to a PostgreSqlFlexibleServerMaintenanceType. |
| Inequality(PostgreSqlFlexibleServerMaintenanceType, PostgreSqlFlexibleServerMaintenanceType) |
Determines if two PostgreSqlFlexibleServerMaintenanceType values are not the same. |