다음을 통해 공유


AutomationRunbookDraft Class

Definition

The AutomationRunbookDraft.

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

Constructors

AutomationRunbookDraft()

Initializes a new instance of AutomationRunbookDraft.

Properties

CreatedOn

Gets or sets the creation time of the runbook draft.

DraftContentLink

Gets or sets the draft runbook content link.

IsInEditMode

Gets or sets whether runbook is in edit mode.

LastModifiedOn

Gets or sets the last modified time of the runbook draft.

OutputTypes

Gets or sets the runbook output types.

Parameters

Gets or sets the runbook draft parameters.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationRunbookDraft>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationRunbookDraft>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationRunbookDraft>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationRunbookDraft>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationRunbookDraft>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to