Bagikan melalui


ConfidentialLedgerRoleName Struct

Definition

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