AzureSqlManagedDatabaseCommunicator.CompleteLogReplay 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.
Completes log replay restore execution.
public void CompleteLogReplay (string resourceGroupName, string managedInstanceName, string databaseName, string lastBackupName);
member this.CompleteLogReplay : string * string * string * string -> unit
Public Sub CompleteLogReplay (resourceGroupName As String, managedInstanceName As String, databaseName As String, lastBackupName As String)
Parameters
- resourceGroupName
- String
The name of the resource group
- managedInstanceName
- String
The name of the Azure SQL Managed Instance
- databaseName
- String
The name of the Azure SQL Managed database
- lastBackupName
- String