LedgerEndpointMetadata 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 LedgerEndpointMetadata.
public LedgerEndpointMetadata(System.Collections.Generic.IDictionary<string,Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties> endpoints);
new Azure.Security.ConfidentialLedger.Models.LedgerEndpointMetadata : System.Collections.Generic.IDictionary<string, Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties> -> Azure.Security.ConfidentialLedger.Models.LedgerEndpointMetadata
Public Sub New (endpoints As IDictionary(Of String, MethodToEndpointProperties))
Parameters
- endpoints
- IDictionary<String,MethodToEndpointProperties>
A map of path to method endpoints for the path.
Exceptions
endpoints is null.