OperationErrorsResult Class

Definition

This is the first level of operation errors from the request when clients get errors per vm operation.

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

Properties

ActivationOn

The activation time of a vm operation.

CompletedOn

The completion time of the operation if the operation was completed.

CreatedOn

The creation time of the error result.

OperationErrors

A list of errors associated with the operationid.

OperationId

The operationId identifying a vm operation.

RequestErrorCode

Request level error code.

RequestErrorDetails

Request level error details.

Explicit Interface Implementations

IJsonModel<OperationErrorsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationErrorsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationErrorsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationErrorsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationErrorsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to