ConfidentialLedgerRoleName 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.
LedgerRole associated with the Security Principal of Ledger.
public readonly struct ConfidentialLedgerRoleName : IEquatable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRoleName>
type ConfidentialLedgerRoleName = struct
Public Structure ConfidentialLedgerRoleName
Implements IEquatable(Of ConfidentialLedgerRoleName)
- Inheritance
-
ConfidentialLedgerRoleName
- Implements
Constructors
ConfidentialLedgerRoleName(String) |
Initializes a new instance of ConfidentialLedgerRoleName. |
Properties
Administrator |
Administrator. |
Contributor |
Contributor. |
Reader |
Reader. |
Methods
Equals(ConfidentialLedgerRoleName) |
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(ConfidentialLedgerRoleName, ConfidentialLedgerRoleName) |
Determines if two ConfidentialLedgerRoleName values are the same. |
Implicit(String to ConfidentialLedgerRoleName) |
Converts a string to a ConfidentialLedgerRoleName. |
Inequality(ConfidentialLedgerRoleName, ConfidentialLedgerRoleName) |
Determines if two ConfidentialLedgerRoleName values are not the same. |
Applies to
Azure SDK for .NET