Partager via


AzureSqlDatabaseBackupCommunicator.RemoveRestorePoint Method

Definition

Removes a given restore point for a given Sql Azure Database.

public void RemoveRestorePoint (string resourceGroupName, string serverName, string databaseName, string restorePointCreationDate);
member this.RemoveRestorePoint : string * string * string * string -> unit
Public Sub RemoveRestorePoint (resourceGroupName As String, serverName As String, databaseName As String, restorePointCreationDate As String)

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

restorePointCreationDate
String

The name of the restore point

Applies to