Sdílet prostřednictvím


AutomationJobCreateOrUpdateContent Class

Definition

The parameters supplied to the create job operation.

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

Constructors

AutomationJobCreateOrUpdateContent()

Initializes a new instance of AutomationJobCreateOrUpdateContent.

Properties

Parameters

Gets or sets the parameters of the job.

RunbookName

Gets or sets the name of the runbook.

RunOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationJobCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationJobCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationJobCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationJobCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationJobCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to