Share via


AzureSqlDatabaseBackupCommunicator.NewRestorePoint Method

Definition

Creates a new restore point for a given Sql Azure Database.

public Microsoft.Azure.Management.Sql.Models.RestorePoint NewRestorePoint (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.CreateDatabaseRestorePointDefinition restoreDefinition);
member this.NewRestorePoint : string * string * string * Microsoft.Azure.Management.Sql.Models.CreateDatabaseRestorePointDefinition -> Microsoft.Azure.Management.Sql.Models.RestorePoint
Public Function NewRestorePoint (resourceGroupName As String, serverName As String, databaseName As String, restoreDefinition As CreateDatabaseRestorePointDefinition) As 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

restoreDefinition
CreateDatabaseRestorePointDefinition

The definition for creating the restore point of this database

Returns

A restore point

Applies to