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
| Name | Description |
|---|---|
| ConfidentialLedgerType(String) |
Initializes a new instance of ConfidentialLedgerType. |
Properties
| Name | Description |
|---|---|
| Private |
Gets the Private. |
| Public |
Gets the Public. |
| Unknown |
Gets the Unknown. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ConfidentialLedgerType, ConfidentialLedgerType) |
Determines if two ConfidentialLedgerType values are the same. |
| Implicit(String to ConfidentialLedgerType) |
Converts a string to a ConfidentialLedgerType. |
| Implicit(String to Nullable<ConfidentialLedgerType>) | |
| Inequality(ConfidentialLedgerType, ConfidentialLedgerType) |
Determines if two ConfidentialLedgerType values are not the same. |