LedgerDigestUploadsOperationsExtensions Class
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.
Extension methods for LedgerDigestUploadsOperations.
In this article
public static class LedgerDigestUploadsOperationsExtensions
type LedgerDigestUploadsOperationsExtensions = class
Public Module LedgerDigestUploadsOperationsExtensions
Inheritance
System.Object
LedgerDigestUploadsOperationsExtensions
Methods
CreateOrUpdate(ILedgerDigestUploadsOperations, String, String, String, LedgerDigestUploads)
Enables upload ledger digests to an Azure Storage account or an Azure
Confidential Ledger instance.
CreateOrUpdateAsync(ILedgerDigestUploadsOperations, String, String, String, LedgerDigestUploads, CancellationToken)
Enables upload ledger digests to an Azure Storage account or an Azure
Confidential Ledger instance.
Disable(ILedgerDigestUploadsOperations, String, String, String)
Disables uploading ledger digests to an Azure Storage account or an Azure
Confidential Ledger instance.
DisableAsync(ILedgerDigestUploadsOperations, String, String, String, CancellationToken)
Disables uploading ledger digests to an Azure Storage account or an Azure
Confidential Ledger instance.
Get(ILedgerDigestUploadsOperations, String, String, String)
Gets the current ledger digest upload configuration for a database.
GetAsync(ILedgerDigestUploadsOperations, String, String, String, CancellationToken)
Gets the current ledger digest upload configuration for a database.
ListByDatabase(ILedgerDigestUploadsOperations, String, String, String)
Gets all ledger digest upload settings on a database.
ListByDatabaseAsync(ILedgerDigestUploadsOperations, String, String, String, CancellationToken)
Gets all ledger digest upload settings on a database.
ListByDatabaseNext(ILedgerDigestUploadsOperations, String)
Gets all ledger digest upload settings on a database.
ListByDatabaseNextAsync(ILedgerDigestUploadsOperations, String, CancellationToken)
Gets all ledger digest upload settings on a database.
Applies to