ConfidentialLedgerModelFactory.LedgerWriteResult(String, String) 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.
Returned as a result of a write to the Confidential Ledger, the transaction id in the response indicates when the write will become durable.
public static Azure.Security.ConfidentialLedger.Models.LedgerWriteResult LedgerWriteResult(string transactionId = default, string collectionId = default);
static member LedgerWriteResult : string * string -> Azure.Security.ConfidentialLedger.Models.LedgerWriteResult
Public Shared Function LedgerWriteResult (Optional transactionId As String = Nothing, Optional collectionId As String = Nothing) As LedgerWriteResult
Parameters
- transactionId
- String
The transaction id at which this write will become durable.
- collectionId
- String
The collection identifier of the ledger entry.
Returns
A new LedgerWriteResult instance for mocking.