DevBoxActionDelayResult Class

Definition

The action delay result.

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

Properties

Action

The delayed action.

ActionName

The name of the action.

DelayStatus

The result of the delay operation on this action.

Error

Information about the error that occurred. Only populated on error.

Explicit Interface Implementations

IJsonModel<DevBoxActionDelayResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevBoxActionDelayResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevBoxActionDelayResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevBoxActionDelayResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevBoxActionDelayResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to