AzureSqlManagedDatabaseCommunicator.GetLogReplayStatus 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.
Get the status of log replay restore.
public Microsoft.Azure.Management.Sql.Models.ManagedDatabaseRestoreDetailsResult GetLogReplayStatus (string resourceGroupName, string managedInstanceName, string databaseName);
member this.GetLogReplayStatus : string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseRestoreDetailsResult
Public Function GetLogReplayStatus (resourceGroupName As String, managedInstanceName As String, databaseName As String) As ManagedDatabaseRestoreDetailsResult
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
Returns
The managed database restore details.