ResourceReferenceExtended Class

Definition

The resourceId extended model. This is used to document failed resources with a resourceId and a corresponding error.

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

Constructors

ResourceReferenceExtended()

Initializes a new instance of ResourceReferenceExtended.

Properties

Error

The error detail.

Id

The resourceId of a resource managed by the deployment stack.

(Inherited from ResourceReferenceAutoGenerated)

Explicit Interface Implementations

IJsonModel<ResourceReferenceAutoGenerated>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourceReferenceAutoGenerated)
IJsonModel<ResourceReferenceExtended>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceReferenceExtended>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceReferenceAutoGenerated>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ResourceReferenceAutoGenerated)
IPersistableModel<ResourceReferenceExtended>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceReferenceExtended>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceReferenceExtended>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to