Share via


RunbookTestJob Class

Definition

Definition of the test job.

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

Properties

CreatedOn

Gets or sets the creation time of the test job.

EndOn

Gets or sets the end time of the test job.

Exception

Gets or sets the exception of the test job.

LastModifiedOn

Gets or sets the last modified time of the test job.

LastStatusModifiedOn

Gets or sets the last status modified time of the test job.

LogActivityTrace

The activity-level tracing options of the runbook.

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.

StartOn

Gets or sets the start time of the test job.

Status

Gets or sets the status of the test job.

StatusDetails

Gets or sets the status details of the test job.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunbookTestJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunbookTestJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunbookTestJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunbookTestJob>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunbookTestJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to