ManagedResourceReference Class

Definition

The managed resource model.

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

Constructors

ManagedResourceReference()

Initializes a new instance of ManagedResourceReference.

Properties

DenyStatus

denyAssignment settings applied to the resource.

Id

The resourceId of a resource managed by the deployment stack.

(Inherited from ResourceReferenceAutoGenerated)
Status

Current management state of the resource in the deployment stack.

Explicit Interface Implementations

IJsonModel<ManagedResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<ManagedResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to