LedgerType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerTypeTypeConverter))]
public struct LedgerType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerTypeTypeConverter))>]
type LedgerType = struct
interface IArgumentCompleter
Public Structure LedgerType
Implements IArgumentCompleter, IEquatable(Of LedgerType)
- Inheritance
-
LedgerType
- Attributes
- Implements
Fields
Private | |
Public | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LedgerType) |
Compares values of enum type LedgerType |
Equals(Object) |
Compares values of enum type LedgerType (override for Object) |
GetHashCode() |
Returns hashCode for enum LedgerType |
ToString() |
Returns string representation for LedgerType |
Operators
Equality(LedgerType, LedgerType) |
Overriding == operator for enum LedgerType |
Implicit(LedgerType to String) |
Implicit operator to convert LedgerType to string |
Implicit(String to LedgerType) |
Implicit operator to convert string to LedgerType |
Inequality(LedgerType, LedgerType) |
Overriding != operator for enum LedgerType |