ConfidentialLedgerApplicationType 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.
Object representing the application type of the Confidential Ledger. Defaults to ConfidentialLedger.
public readonly struct ConfidentialLedgerApplicationType : IEquatable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerApplicationType>
type ConfidentialLedgerApplicationType = struct
Public Structure ConfidentialLedgerApplicationType
Implements IEquatable(Of ConfidentialLedgerApplicationType)
- Inheritance
-
ConfidentialLedgerApplicationType
- Implements
Constructors
| Name | Description |
|---|---|
| ConfidentialLedgerApplicationType(String) |
Initializes a new instance of ConfidentialLedgerApplicationType. |
Properties
| Name | Description |
|---|---|
| CodeTransparency |
CodeTransparency. |
| ConfidentialLedger |
ConfidentialLedger. |
Methods
| Name | Description |
|---|---|
| Equals(ConfidentialLedgerApplicationType) |
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(ConfidentialLedgerApplicationType, ConfidentialLedgerApplicationType) |
Determines if two ConfidentialLedgerApplicationType values are the same. |
| Implicit(String to ConfidentialLedgerApplicationType) |
Converts a String to a ConfidentialLedgerApplicationType. |
| Inequality(ConfidentialLedgerApplicationType, ConfidentialLedgerApplicationType) |
Determines if two ConfidentialLedgerApplicationType values are not the same. |