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


AutomationAdvancedSchedule Class

Definition

The properties of the create Advanced Schedule.

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

Constructors

AutomationAdvancedSchedule()

Initializes a new instance of AutomationAdvancedSchedule.

Properties

MonthDays

Days of the month that the job should execute on. Must be between 1 and 31.

MonthlyOccurrences

Occurrences of days within a month.

WeekDays

Days of the week that the job should execute on.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationAdvancedSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationAdvancedSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAdvancedSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAdvancedSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationAdvancedSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to