AutonomousMaintenanceScheduleType 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.
Autonomous database maintenance schedule type enum.
public readonly struct AutonomousMaintenanceScheduleType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.AutonomousMaintenanceScheduleType>
type AutonomousMaintenanceScheduleType = struct
Public Structure AutonomousMaintenanceScheduleType
Implements IEquatable(Of AutonomousMaintenanceScheduleType)
- Inheritance
-
AutonomousMaintenanceScheduleType
- Implements
Constructors
AutonomousMaintenanceScheduleType(String) |
Initializes a new instance of AutonomousMaintenanceScheduleType. |
Properties
Early |
Early maintenance schedule. |
Regular |
Regular maintenance schedule. |
Methods
Equals(AutonomousMaintenanceScheduleType) |
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
Equality(AutonomousMaintenanceScheduleType, AutonomousMaintenanceScheduleType) |
Determines if two AutonomousMaintenanceScheduleType values are the same. |
Implicit(String to AutonomousMaintenanceScheduleType) |
Converts a string to a AutonomousMaintenanceScheduleType. |
Inequality(AutonomousMaintenanceScheduleType, AutonomousMaintenanceScheduleType) |
Determines if two AutonomousMaintenanceScheduleType values are not the same. |
Applies to
Azure SDK for .NET