AzureSqlManagedDatabaseCommunicator.StartLogReplay 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.
Starts log replay restore execution.
public Microsoft.Azure.Management.Sql.Models.ManagedDatabase StartLogReplay (string resourceGroupName, string managedInstanceName, string databaseName, Microsoft.Azure.Management.Sql.Models.ManagedDatabase model);
member this.StartLogReplay : string * string * string * Microsoft.Azure.Management.Sql.Models.ManagedDatabase -> Microsoft.Azure.Management.Sql.Models.ManagedDatabase
Public Function StartLogReplay (resourceGroupName As String, managedInstanceName As String, databaseName As String, model As ManagedDatabase) As ManagedDatabase
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
- model
- ManagedDatabase
Model describing the managed database log replay request