LedgerDigestUploadsOperations interface

Interface representing a LedgerDigestUploadsOperations.

Methods

beginCreateOrUpdate(string, string, string, string, LedgerDigestUploads, LedgerDigestUploadsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, LedgerDigestUploads, LedgerDigestUploadsCreateOrUpdateOptionalParams)

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

beginDisable(string, string, string, string, LedgerDigestUploadsDisableOptionalParams)

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

beginDisableAndWait(string, string, string, string, LedgerDigestUploadsDisableOptionalParams)

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

get(string, string, string, string, LedgerDigestUploadsGetOptionalParams)

Gets the current ledger digest upload configuration for a database.

listByDatabase(string, string, string, LedgerDigestUploadsListByDatabaseOptionalParams)

Gets all ledger digest upload settings on a database.

Method Details

beginCreateOrUpdate(string, string, string, string, LedgerDigestUploads, LedgerDigestUploadsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, ledgerDigestUploads: string, parameters: LedgerDigestUploads, options?: LedgerDigestUploadsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LedgerDigestUploads>, LedgerDigestUploads>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

ledgerDigestUploads

string

parameters
LedgerDigestUploads

Azure SQL Database ledger digest upload settings.

options
LedgerDigestUploadsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginCreateOrUpdateAndWait(string, string, string, string, LedgerDigestUploads, LedgerDigestUploadsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, ledgerDigestUploads: string, parameters: LedgerDigestUploads, options?: LedgerDigestUploadsCreateOrUpdateOptionalParams): Promise<LedgerDigestUploads>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

ledgerDigestUploads

string

parameters
LedgerDigestUploads

Azure SQL Database ledger digest upload settings.

options
LedgerDigestUploadsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDisable(string, string, string, string, LedgerDigestUploadsDisableOptionalParams)

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

function beginDisable(resourceGroupName: string, serverName: string, databaseName: string, ledgerDigestUploads: string, options?: LedgerDigestUploadsDisableOptionalParams): Promise<SimplePollerLike<OperationState<LedgerDigestUploads>, LedgerDigestUploads>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

ledgerDigestUploads

string

options
LedgerDigestUploadsDisableOptionalParams

The options parameters.

Returns

beginDisableAndWait(string, string, string, string, LedgerDigestUploadsDisableOptionalParams)

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

function beginDisableAndWait(resourceGroupName: string, serverName: string, databaseName: string, ledgerDigestUploads: string, options?: LedgerDigestUploadsDisableOptionalParams): Promise<LedgerDigestUploads>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

ledgerDigestUploads

string

options
LedgerDigestUploadsDisableOptionalParams

The options parameters.

Returns

get(string, string, string, string, LedgerDigestUploadsGetOptionalParams)

Gets the current ledger digest upload configuration for a database.

function get(resourceGroupName: string, serverName: string, databaseName: string, ledgerDigestUploads: string, options?: LedgerDigestUploadsGetOptionalParams): Promise<LedgerDigestUploads>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

ledgerDigestUploads

string

options
LedgerDigestUploadsGetOptionalParams

The options parameters.

Returns

listByDatabase(string, string, string, LedgerDigestUploadsListByDatabaseOptionalParams)

Gets all ledger digest upload settings on a database.

function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: LedgerDigestUploadsListByDatabaseOptionalParams): PagedAsyncIterableIterator<LedgerDigestUploads, LedgerDigestUploads[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

options
LedgerDigestUploadsListByDatabaseOptionalParams

The options parameters.

Returns