Month Class

Definition

Month resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.MonthTypeConverter))]
public class Month : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IMonth
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.MonthTypeConverter))>]
type Month = class
    interface IMonth
    interface IJsonSerializable
Public Class Month
Implements IMonth
Inheritance
Month
Attributes
Implements

Constructors

Name Description
Month()

Creates an new Month instance.

Properties

Name Description
Name

Name of the month of the year.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Month.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Month.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IMonth.

FromJsonString(String)

Creates a new instance of Month, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Month into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to