Language

ConfidentialLedgerModelFactory.LedgerEndpointMetadata Method

Definition

Metadata for endpoints.

public static Azure.Security.ConfidentialLedger.Models.LedgerEndpointMetadata LedgerEndpointMetadata(System.Collections.Generic.IDictionary<string,Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties> endpoints = default);
static member LedgerEndpointMetadata : System.Collections.Generic.IDictionary<string, Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties> -> Azure.Security.ConfidentialLedger.Models.LedgerEndpointMetadata
Public Shared Function LedgerEndpointMetadata (Optional endpoints As IDictionary(Of String, MethodToEndpointProperties) = Nothing) As LedgerEndpointMetadata

Parameters

endpoints
IDictionary<String,MethodToEndpointProperties>

A map of path to method endpoints for the path.

Returns

A new LedgerEndpointMetadata instance for mocking.

Applies to