ILedgerDigestUploadsOperations Interface
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.
LedgerDigestUploadsOperations operations.
public interface ILedgerDigestUploadsOperations
type ILedgerDigestUploadsOperations = interface
Public Interface ILedgerDigestUploadsOperations
Methods
Extension Methods
BeginCreateOrUpdate(ILedgerDigestUploadsOperations, String, String, String, LedgerDigestUploads) |
Enables upload ledger digests to an Azure Storage account or an Azure Confidential Ledger instance. |
BeginCreateOrUpdateAsync(ILedgerDigestUploadsOperations, String, String, String, LedgerDigestUploads, CancellationToken) |
Enables upload ledger digests to an Azure Storage account or an Azure Confidential Ledger instance. |
BeginDisable(ILedgerDigestUploadsOperations, String, String, String) |
Disables uploading ledger digests to an Azure Storage account or an Azure Confidential Ledger instance. |
BeginDisableAsync(ILedgerDigestUploadsOperations, String, String, String, CancellationToken) |
Disables uploading ledger digests to an Azure Storage account or an Azure Confidential Ledger instance. |
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
Azure SDK for .NET