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

Name Description
ConfidentialLedgerRoleName(String)

Initializes a new instance of ConfidentialLedgerRoleName.

Properties

Name Description
Administrator

Gets the Administrator.

Contributor

Gets the Contributor.

Reader

Gets the Reader.

Methods

Name Description
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

Name Description
Equality(ConfidentialLedgerRoleName, ConfidentialLedgerRoleName)

Determines if two ConfidentialLedgerRoleName values are the same.

Implicit(String to ConfidentialLedgerRoleName)

Converts a string to a ConfidentialLedgerRoleName.

Implicit(String to Nullable<ConfidentialLedgerRoleName>)
Inequality(ConfidentialLedgerRoleName, ConfidentialLedgerRoleName)

Determines if two ConfidentialLedgerRoleName values are not the same.

Applies to