Language

ConfidentialLedgerModelFactory.LedgerCollectionInfo(String) Method

Definition

Identifier for collections.

public static Azure.Security.ConfidentialLedger.Models.LedgerCollectionInfo LedgerCollectionInfo(string collectionId = default);
static member LedgerCollectionInfo : string -> Azure.Security.ConfidentialLedger.Models.LedgerCollectionInfo
Public Shared Function LedgerCollectionInfo (Optional collectionId As String = Nothing) As LedgerCollectionInfo

Parameters

collectionId
String

Identifier for the collection.

Returns

A new LedgerCollectionInfo instance for mocking.

Applies to