MaintenanceMonthName Struct

Definition

MonthName enum.

public readonly struct MaintenanceMonthName : IEquatable<Azure.ResourceManager.OracleDatabase.Models.MaintenanceMonthName>
type MaintenanceMonthName = struct
Public Structure MaintenanceMonthName
Implements IEquatable(Of MaintenanceMonthName)
Inheritance
MaintenanceMonthName
Implements

Constructors

Name Description
MaintenanceMonthName(String)

Initializes a new instance of MaintenanceMonthName.

Properties

Name Description
April

April value.

August

August value.

December

December value.

February

February value.

January

January value.

July

July value.

June

June value.

March

March value.

May

May value.

November

November value.

October

October value.

September

September value.

Methods

Name Description
Equals(MaintenanceMonthName)

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(MaintenanceMonthName, MaintenanceMonthName)

Determines if two MaintenanceMonthName values are the same.

Implicit(String to MaintenanceMonthName)

Converts a string to a MaintenanceMonthName.

Implicit(String to Nullable<MaintenanceMonthName>)
Inequality(MaintenanceMonthName, MaintenanceMonthName)

Determines if two MaintenanceMonthName values are not the same.

Applies to