Delen via


GetOperationStatusResult Class

Definition

This is the response from a get operations status request.

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

Properties

Results

An array of resource operations based on their operation ids.

Explicit Interface Implementations

IJsonModel<GetOperationStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetOperationStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetOperationStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetOperationStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetOperationStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to