LedgerEndpointMode 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.
Represents the operation mode of the endpoint.
public readonly struct LedgerEndpointMode : IEquatable<Azure.Security.ConfidentialLedger.Models.LedgerEndpointMode>
type LedgerEndpointMode = struct
Public Structure LedgerEndpointMode
Implements IEquatable(Of LedgerEndpointMode)
- Inheritance
-
LedgerEndpointMode
- Implements
Constructors
| Name | Description |
|---|---|
| LedgerEndpointMode(String) |
Initializes a new instance of LedgerEndpointMode. |
Properties
| Name | Description |
|---|---|
| Historical |
Historical mode. |
| Readonly |
Read-only mode. |
| Readwrite |
Read-write mode. |
Methods
| Name | Description |
|---|---|
| Equals(LedgerEndpointMode) |
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(LedgerEndpointMode, LedgerEndpointMode) |
Determines if two LedgerEndpointMode values are the same. |
| Implicit(String to LedgerEndpointMode) |
Converts a string to a LedgerEndpointMode. |
| Implicit(String to Nullable<LedgerEndpointMode>) | |
| Inequality(LedgerEndpointMode, LedgerEndpointMode) |
Determines if two LedgerEndpointMode values are not the same. |