LedgerUserMultipleRoles Constructor
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.
Initializes a new instance of LedgerUserMultipleRoles.
public LedgerUserMultipleRoles(System.Collections.Generic.IEnumerable<Azure.Security.ConfidentialLedger.Models.ConfidentialLedgerUserRoleName> assignedRoles);
new Azure.Security.ConfidentialLedger.Models.LedgerUserMultipleRoles : seq<Azure.Security.ConfidentialLedger.Models.ConfidentialLedgerUserRoleName> -> Azure.Security.ConfidentialLedger.Models.LedgerUserMultipleRoles
Public Sub New (assignedRoles As IEnumerable(Of ConfidentialLedgerUserRoleName))
Parameters
- assignedRoles
- IEnumerable<ConfidentialLedgerUserRoleName>
Represents an assignable role.
Exceptions
assignedRoles is null.