Sdílet prostřednictvím


ConfidentialLedgerType Struct

Definition

Type of the ledger. Private means transaction data is encrypted.

public readonly struct ConfidentialLedgerType : IEquatable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerType>
type ConfidentialLedgerType = struct
Public Structure ConfidentialLedgerType
Implements IEquatable(Of ConfidentialLedgerType)
Inheritance
ConfidentialLedgerType
Implements

Constructors

ConfidentialLedgerType(String)

Initializes a new instance of ConfidentialLedgerType.

Properties

Private

Private.

Public

Public.

Unknown

Unknown.

Methods

Equals(ConfidentialLedgerType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ConfidentialLedgerType, ConfidentialLedgerType)

Determines if two ConfidentialLedgerType values are the same.

Implicit(String to ConfidentialLedgerType)

Converts a string to a ConfidentialLedgerType.

Inequality(ConfidentialLedgerType, ConfidentialLedgerType)

Determines if two ConfidentialLedgerType values are not the same.

Applies to