Share via


LedgerDigestUploadsOperationsExtensions Class

Definition

Extension methods for LedgerDigestUploadsOperations.

public static class LedgerDigestUploadsOperationsExtensions
type LedgerDigestUploadsOperationsExtensions = class
Public Module LedgerDigestUploadsOperationsExtensions
Inheritance
LedgerDigestUploadsOperationsExtensions

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