Share via


HybridRunbookWorkerCreateOrUpdateContent Class

Definition

The parameters supplied to the create hybrid runbook worker operation.

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

Constructors

HybridRunbookWorkerCreateOrUpdateContent()

Initializes a new instance of HybridRunbookWorkerCreateOrUpdateContent.

Properties

Name

Gets or sets the name of the resource.

VmResourceId

Azure Resource Manager Id for a virtual machine.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridRunbookWorkerCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridRunbookWorkerCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridRunbookWorkerCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridRunbookWorkerCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridRunbookWorkerCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to