Share via


ConfidentialLedgerProperties Class

Definition

Additional Confidential Ledger properties.

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

Constructors

ConfidentialLedgerProperties()

Initializes a new instance of ConfidentialLedgerProperties.

Properties

AadBasedSecurityPrincipals

Array of all AAD based Security Principals.

ApplicationType

Application type of the Confidential Ledger.

CertBasedSecurityPrincipals

Array of all cert based Security Principals.

EnclavePlatform

Enclave platform of the Confidential Ledger.

HostLevel

CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal.

IdentityServiceUri

Endpoint for accessing network identity.

LedgerInternalNamespace

Internal namespace for the Ledger.

LedgerName

Unique name for the Confidential Ledger.

LedgerSku

SKU associated with the ledger.

LedgerType

Type of Confidential Ledger.

LedgerUri

Endpoint for calling Ledger Service.

MaxBodySizeInMb

CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB.

NodeCount

Number of CCF nodes in the ACC Ledger.

ProvisioningState

Provisioning state of Ledger Resource.

RunningState

Object representing RunningState for Ledger.

SubjectName

CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node.

WorkerThreads

Number of additional threads processing incoming client requests in the enclave (modify with care!).

WriteLBAddressPrefix

Prefix for the write load balancer. Example: write.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConfidentialLedgerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfidentialLedgerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfidentialLedgerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfidentialLedgerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfidentialLedgerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to