다음을 통해 공유


AutomationSchedulePatch Class

Definition

The parameters supplied to the update schedule operation.

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

Constructors

AutomationSchedulePatch()

Initializes a new instance of AutomationSchedulePatch.

Properties

Description

Gets or sets the description of the schedule.

IsEnabled

Gets or sets a value indicating whether this schedule is enabled.

Name

Gets or sets the name of the Schedule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationSchedulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationSchedulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationSchedulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationSchedulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationSchedulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to