Delen via


AssignmentStatus Class

Definition

The status of a blueprint assignment. This field is readonly.

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

Properties

LastModified

Last modified time of this blueprint definition.

(Inherited from BlueprintResourceStatusBase)
ManagedResources

List of resources that were created by the blueprint assignment.

TimeCreated

Creation time of this blueprint definition.

(Inherited from BlueprintResourceStatusBase)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssignmentStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AssignmentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<AssignmentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssignmentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AssignmentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to