ConfidentialLedgerNameUnavailableReason 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.
The reason why the given name is not available.
public readonly struct ConfidentialLedgerNameUnavailableReason : IEquatable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerNameUnavailableReason>
type ConfidentialLedgerNameUnavailableReason = struct
Public Structure ConfidentialLedgerNameUnavailableReason
Implements IEquatable(Of ConfidentialLedgerNameUnavailableReason)
- Inheritance
-
ConfidentialLedgerNameUnavailableReason
- Implements
Constructors
ConfidentialLedgerNameUnavailableReason(String) |
Initializes a new instance of ConfidentialLedgerNameUnavailableReason. |
Properties
AlreadyExists |
AlreadyExists. |
Invalid |
Invalid. |
Methods
Equals(ConfidentialLedgerNameUnavailableReason) |
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(ConfidentialLedgerNameUnavailableReason, ConfidentialLedgerNameUnavailableReason) |
Determines if two ConfidentialLedgerNameUnavailableReason values are the same. |
Implicit(String to ConfidentialLedgerNameUnavailableReason) |
Converts a string to a ConfidentialLedgerNameUnavailableReason. |
Inequality(ConfidentialLedgerNameUnavailableReason, ConfidentialLedgerNameUnavailableReason) |
Determines if two ConfidentialLedgerNameUnavailableReason values are not the same. |
Applies to
Azure SDK for .NET