DeploymentResourceIdReference Class

Definition

The azure resource reference which is used for deployment. Please note DeploymentResourceIdReference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenDeploymentResourceReference and SecretDeploymentResourceReference.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownDeploymentResourceIdReference))]
public abstract class DeploymentResourceIdReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownDeploymentResourceIdReference))>]
type DeploymentResourceIdReference = class
    interface IJsonModel<DeploymentResourceIdReference>
    interface IPersistableModel<DeploymentResourceIdReference>
Public MustInherit Class DeploymentResourceIdReference
Implements IJsonModel(Of DeploymentResourceIdReference), IPersistableModel(Of DeploymentResourceIdReference)
Inheritance
DeploymentResourceIdReference
Derived
Attributes
Implements

Constructors

Name Description
DeploymentResourceIdReference()

Initializes a new instance of DeploymentResourceIdReference.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DeploymentResourceIdReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentResourceIdReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentResourceIdReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentResourceIdReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentResourceIdReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to