DayOfWeek Class

Definition

DayOfWeek resource properties

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

Constructors

Name Description
DayOfWeek()

Creates an new DayOfWeek instance.

Properties

Name Description
Name

Name of the day of the week.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DayOfWeek.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DayOfWeek.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DayOfWeek into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to