ConfidentialLedgerSku 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.
SKU associated with the ledger resource.
public readonly struct ConfidentialLedgerSku : IEquatable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerSku>
type ConfidentialLedgerSku = struct
Public Structure ConfidentialLedgerSku
Implements IEquatable(Of ConfidentialLedgerSku)
- Inheritance
-
ConfidentialLedgerSku
- Implements
Constructors
ConfidentialLedgerSku(String) |
Initializes a new instance of ConfidentialLedgerSku. |
Properties
Basic |
Basic. |
Standard |
Standard. |
Unknown |
Unknown. |
Methods
Equals(ConfidentialLedgerSku) |
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
Equality(ConfidentialLedgerSku, ConfidentialLedgerSku) |
Determines if two ConfidentialLedgerSku values are the same. |
Implicit(String to ConfidentialLedgerSku) |
Converts a string to a ConfidentialLedgerSku. |
Inequality(ConfidentialLedgerSku, ConfidentialLedgerSku) |
Determines if two ConfidentialLedgerSku values are not the same. |
Applies to
Azure SDK for .NET