DayOfWeek 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.
DayOfWeek resource properties Serialized Name: DayOfWeek
public class DayOfWeek : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.DayOfWeek>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.DayOfWeek>
type DayOfWeek = class
interface IJsonModel<DayOfWeek>
interface IPersistableModel<DayOfWeek>
Public Class DayOfWeek
Implements IJsonModel(Of DayOfWeek), IPersistableModel(Of DayOfWeek)
- Inheritance
-
DayOfWeek
- Implements
Constructors
DayOfWeek(DayOfWeekName) |
Initializes a new instance of DayOfWeek. |
Properties
Name |
Name of the day of the week. Serialized Name: DayOfWeek.name |
Explicit Interface Implementations
IJsonModel<DayOfWeek>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DayOfWeek>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DayOfWeek>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DayOfWeek>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DayOfWeek>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET