Month Class
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.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |