你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutonomousMaintenanceScheduleType Struct

Definition

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