Share via


AsyncOperationStatusProperties Class

Definition

Object representing the report url and valid until date of the async report generated.

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

Properties

ReportUri

Sas url to the async benefit utilization summaries report. Will be empty if the report is in Running or Failed state.

SecondaryReportUri

Sas url to async benefit utilization summaries report in secondary storage in case of primary outage. Will be empty if the report is in Running or Failed state.

ValidUntil

The date that the sas url provided in reportUrl expires.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AsyncOperationStatusProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AsyncOperationStatusProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AsyncOperationStatusProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AsyncOperationStatusProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AsyncOperationStatusProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to