OutstandingCondition Class

Definition

Outstanding conditions that will need to be resolved.

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

Properties

Message

The issue requiring attention.

Timestamp

The time when the condition was raised.

Explicit Interface Implementations

IJsonModel<OutstandingCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OutstandingCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutstandingCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutstandingCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OutstandingCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to