Share via


OperationStatus Class

Definition

The status of the long running operation.

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

Properties

ReportUri

The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.

Status

The status of the long running operation.

ValidUntil

The time at which report URL becomes invalid.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OperationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to