AzureSqlDatabaseBackupCommunicator.ListRestorePoints 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.
Lists the restore points for a given Sql Azure Database.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.RestorePoint> ListRestorePoints (string resourceGroupName, string serverName, string databaseName);
member this.ListRestorePoints : string * string * string -> seq<Microsoft.Azure.Management.Sql.Models.RestorePoint>
Public Function ListRestorePoints (resourceGroupName As String, serverName As String, databaseName As String) As IEnumerable(Of RestorePoint)
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the Azure SQL Server
- databaseName
- String
The name of the Azure SQL database
Returns
List of restore points