ConfidentialLedgerModelFactory.LedgerEndpointMetadata Method
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.
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.