SecretDeploymentResourceReference Class

Definition

Secret deployment resource id reference.

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

Constructors

Name Description
SecretDeploymentResourceReference()

Initializes a new instance of SecretDeploymentResourceReference.

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<SecretDeploymentResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretDeploymentResourceReference>.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<SecretDeploymentResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretDeploymentResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretDeploymentResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to