Share via


BlueprintStatus Class

Definition

The status of the blueprint. This field is readonly.

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

Properties

LastModified

Last modified time of this blueprint definition.

(Inherited from BlueprintResourceStatusBase)
TimeCreated

Creation time of this blueprint definition.

(Inherited from BlueprintResourceStatusBase)

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.

(Inherited from BlueprintResourceStatusBase)
IJsonModel<BlueprintResourceStatusBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BlueprintResourceStatusBase)
IJsonModel<BlueprintStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlueprintStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlueprintResourceStatusBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BlueprintResourceStatusBase)
IPersistableModel<BlueprintResourceStatusBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from BlueprintResourceStatusBase)
IPersistableModel<BlueprintResourceStatusBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BlueprintResourceStatusBase)
IPersistableModel<BlueprintStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlueprintStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlueprintStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to