Share via


RunbookTestJobCreateContent Class

Definition

The parameters supplied to the create test job operation.

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

Constructors

RunbookTestJobCreateContent()

Initializes a new instance of RunbookTestJobCreateContent.

Properties

Parameters

Gets or sets the parameters of the test job.

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<RunbookTestJobCreateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunbookTestJobCreateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunbookTestJobCreateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunbookTestJobCreateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunbookTestJobCreateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to