Share via


JobDelayDetails Class

Definition

Job Delay Notification details.

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

Properties

Description

Description of the delay.

ErrorCode

Delay Error code.

ResolutionOn

Timestamp when the delay notification was resolved.

StartOn

Timestamp when the delay notification was created.

Status

Status of notification.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JobDelayDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JobDelayDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobDelayDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobDelayDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JobDelayDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to