Share via


ConfidentialLedgerDeploymentType Class

Definition

Object representing DeploymentType for Managed CCF.

public class ConfidentialLedgerDeploymentType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerDeploymentType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerDeploymentType>
type ConfidentialLedgerDeploymentType = class
    interface IJsonModel<ConfidentialLedgerDeploymentType>
    interface IPersistableModel<ConfidentialLedgerDeploymentType>
Public Class ConfidentialLedgerDeploymentType
Implements IJsonModel(Of ConfidentialLedgerDeploymentType), IPersistableModel(Of ConfidentialLedgerDeploymentType)
Inheritance
ConfidentialLedgerDeploymentType
Implements

Constructors

ConfidentialLedgerDeploymentType()

Initializes a new instance of ConfidentialLedgerDeploymentType.

Properties

AppSourceUri

Source Uri containing ManagedCCF code.

LanguageRuntime

Unique name for the Managed CCF.

Explicit Interface Implementations

IJsonModel<ConfidentialLedgerDeploymentType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfidentialLedgerDeploymentType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfidentialLedgerDeploymentType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfidentialLedgerDeploymentType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfidentialLedgerDeploymentType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to