JobItem Class

Definition

An entity describing the publish status of a content item.

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

Constructors

JobItem()

Initializes a new instance of JobItem.

Properties

Errors

The list of error descriptions if the item publication fails.

ExecutionOn

The time the item publishing was completed.

ResourceId

The resource id of the content item.

Status

Status of the item publication.

Explicit Interface Implementations

IJsonModel<JobItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JobItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JobItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to