ConfidentialLedgerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET