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.

CertBasedSecurityPrincipals

Array of all cert based Security Principals.

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.

ProvisioningState

Provisioning state of Ledger Resource.

RunningState

Object representing RunningState for Ledger.

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