LedgerDigestUploadsOperations interface
Interface representing a LedgerDigestUploadsOperations.
Methods
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<LedgerDigestUploads>, LedgerDigestUploads>>
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.
The options parameters.
Returns
Promise<LedgerDigestUploads>
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
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<LedgerDigestUploads>, LedgerDigestUploads>>
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
The options parameters.
Returns
Promise<LedgerDigestUploads>
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
The options parameters.
Returns
Promise<LedgerDigestUploads>
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.
The options parameters.