Share via


BlueprintResourceStatusBase Class

Definition

Shared status properties between all blueprint resources.

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

Properties

LastModified

Last modified time of this blueprint definition.

TimeCreated

Creation time of this blueprint definition.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BlueprintResourceStatusBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlueprintResourceStatusBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlueprintResourceStatusBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlueprintResourceStatusBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlueprintResourceStatusBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to