LedgerType Struct

Definition

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

Applies to