GetOperationErrorsContent Class

Definition

This is the request to get errors per vm operations.

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

Constructors

GetOperationErrorsContent(IEnumerable<String>)

Initializes a new instance of GetOperationErrorsContent.

Properties

OperationIds

The list of operation ids to query errors of.

Explicit Interface Implementations

IJsonModel<GetOperationErrorsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetOperationErrorsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetOperationErrorsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetOperationErrorsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetOperationErrorsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to