Поделиться через


AutomationAdvancedScheduleMonthlyOccurrence Class

Definition

The properties of the create advanced schedule monthly occurrence.

public class AutomationAdvancedScheduleMonthlyOccurrence : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationAdvancedScheduleMonthlyOccurrence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationAdvancedScheduleMonthlyOccurrence>
public class AutomationAdvancedScheduleMonthlyOccurrence
type AutomationAdvancedScheduleMonthlyOccurrence = class
    interface IJsonModel<AutomationAdvancedScheduleMonthlyOccurrence>
    interface IPersistableModel<AutomationAdvancedScheduleMonthlyOccurrence>
type AutomationAdvancedScheduleMonthlyOccurrence = class
Public Class AutomationAdvancedScheduleMonthlyOccurrence
Implements IJsonModel(Of AutomationAdvancedScheduleMonthlyOccurrence), IPersistableModel(Of AutomationAdvancedScheduleMonthlyOccurrence)
Public Class AutomationAdvancedScheduleMonthlyOccurrence
Inheritance
AutomationAdvancedScheduleMonthlyOccurrence
Implements

Constructors

AutomationAdvancedScheduleMonthlyOccurrence()

Initializes a new instance of AutomationAdvancedScheduleMonthlyOccurrence.

Properties

Day

Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

Occurrence

Occurrence of the week within the month. Must be between 1 and 5.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationAdvancedScheduleMonthlyOccurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutomationAdvancedScheduleMonthlyOccurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAdvancedScheduleMonthlyOccurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAdvancedScheduleMonthlyOccurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutomationAdvancedScheduleMonthlyOccurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to