OpenDeploymentResourceReference Class

Definition

Non secret deployment resource id reference.

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

Constructors

Name Description
OpenDeploymentResourceReference()

Initializes a new instance of OpenDeploymentResourceReference.

Properties

Name Description
Id

Resource ID.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeploymentResourceIdReference)
IJsonModel<OpenDeploymentResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenDeploymentResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentResourceIdReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DeploymentResourceIdReference)
IPersistableModel<OpenDeploymentResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenDeploymentResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenDeploymentResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to