AzureSqlDatabaseLedgerDigestUploadCommunicator.GetLedgerDigestUpload Method
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.
Gets a databases ledger digest upload configuration
public Microsoft.Azure.Management.Sql.Models.LedgerDigestUploads GetLedgerDigestUpload (string resourceGroupName, string serverName, string databaseName);
member this.GetLedgerDigestUpload : string * string * string -> Microsoft.Azure.Management.Sql.Models.LedgerDigestUploads
Public Function GetLedgerDigestUpload (resourceGroupName As String, serverName As String, databaseName As String) As LedgerDigestUploads
Parameters
- resourceGroupName
- String
The resource group name.
- serverName
- String
The server name.
- databaseName
- String
The database name.