Share via


AutomationRunbookPatch Class

Definition

The parameters supplied to the update runbook operation.

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

Constructors

AutomationRunbookPatch()

Initializes a new instance of AutomationRunbookPatch.

Properties

Description

Gets or sets the description of the runbook.

IsLogProgressEnabled

Gets or sets progress log option.

IsLogVerboseEnabled

Gets or sets verbose log option.

Location

Gets or sets the location of the resource.

LogActivityTrace

Gets or sets the activity-level tracing options of the runbook.

Name

Gets or sets the name of the resource.

Tags

Gets or sets the tags attached to the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationRunbookPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationRunbookPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationRunbookPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationRunbookPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationRunbookPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to