Share via


AutomationJobScheduleCreateOrUpdateContent Class

Definition

The parameters supplied to the create job schedule operation.

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

Constructors

AutomationJobScheduleCreateOrUpdateContent(ScheduleAssociationProperty, RunbookAssociationProperty)

Initializes a new instance of AutomationJobScheduleCreateOrUpdateContent.

Properties

Parameters

Gets or sets a list of job properties.

RunbookName

Gets or sets the name of the runbook.

RunOn

Gets or sets the hybrid worker group that the scheduled job should run on.

ScheduleName

Gets or sets the name of the Schedule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationJobScheduleCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationJobScheduleCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationJobScheduleCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationJobScheduleCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationJobScheduleCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to