ILedgerDigestUploadsOperations Interface

Definition

LedgerDigestUploadsOperations operations.

public interface ILedgerDigestUploadsOperations
type ILedgerDigestUploadsOperations = interface
Public Interface ILedgerDigestUploadsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, LedgerDigestUploads, Dictionary<String,List<String>>, CancellationToken)

Enables upload ledger digests to an Azure Storage account or an Azure Confidential Ledger instance.

BeginDisableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Disables uploading ledger digests to an Azure Storage account or an Azure Confidential Ledger instance.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, LedgerDigestUploads, Dictionary<String,List<String>>, CancellationToken)

Enables upload ledger digests to an Azure Storage account or an Azure Confidential Ledger instance.

DisableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Disables uploading ledger digests to an Azure Storage account or an Azure Confidential Ledger instance.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the current ledger digest upload configuration for a database.

ListByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all ledger digest upload settings on a database.

ListByDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all ledger digest upload settings on a database.

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