Language

LedgerEndpointMetadata Constructor

Definition

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.

Applies to