Share via


MaintenanceMonth Class

Definition

Month resource properties.

public class MaintenanceMonth : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.MaintenanceMonth>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.MaintenanceMonth>
type MaintenanceMonth = class
    interface IJsonModel<MaintenanceMonth>
    interface IPersistableModel<MaintenanceMonth>
Public Class MaintenanceMonth
Implements IJsonModel(Of MaintenanceMonth), IPersistableModel(Of MaintenanceMonth)
Inheritance
MaintenanceMonth
Implements

Constructors

MaintenanceMonth(MaintenanceMonthName)

Initializes a new instance of MaintenanceMonth.

Properties

Name

Name of the month of the year.

Explicit Interface Implementations

IJsonModel<MaintenanceMonth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MaintenanceMonth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaintenanceMonth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaintenanceMonth>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MaintenanceMonth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to