ConfidentialLedgerQueryState 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.
State of a ledger query.
public readonly struct ConfidentialLedgerQueryState : IEquatable<Azure.Security.ConfidentialLedger.Models.ConfidentialLedgerQueryState>
type ConfidentialLedgerQueryState = struct
Public Structure ConfidentialLedgerQueryState
Implements IEquatable(Of ConfidentialLedgerQueryState)
- Inheritance
-
ConfidentialLedgerQueryState
- Implements
Constructors
| Name | Description |
|---|---|
| ConfidentialLedgerQueryState(String) |
Initializes a new instance of ConfidentialLedgerQueryState. |
Properties
| Name | Description |
|---|---|
| Loading |
The query is still loading. |
| Ready |
The query is ready. |
Methods
| Name | Description |
|---|---|
| Equals(ConfidentialLedgerQueryState) |
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(ConfidentialLedgerQueryState, ConfidentialLedgerQueryState) |
Determines if two ConfidentialLedgerQueryState values are the same. |
| Implicit(String to ConfidentialLedgerQueryState) |
Converts a string to a ConfidentialLedgerQueryState. |
| Implicit(String to Nullable<ConfidentialLedgerQueryState>) | |
| Inequality(ConfidentialLedgerQueryState, ConfidentialLedgerQueryState) |
Determines if two ConfidentialLedgerQueryState values are not the same. |