DayOfWeekUpdate Class

Definition

DayOfWeek resource properties

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

Constructors

Name Description
DayOfWeekUpdate()

Creates an new DayOfWeekUpdate instance.

Properties

Name Description
Name

Name of the day of the week.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DayOfWeekUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DayOfWeekUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DayOfWeekUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to