Sdílet prostřednictvím


SqlPoolRestorePointsOperationsExtensions.Delete Method

Definition

Deletes a restore point.

public static void Delete (this Microsoft.Azure.Management.Synapse.ISqlPoolRestorePointsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string restorePointName);
static member Delete : Microsoft.Azure.Management.Synapse.ISqlPoolRestorePointsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ISqlPoolRestorePointsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, restorePointName As String)

Parameters

operations
ISqlPoolRestorePointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

sqlPoolName
String

SQL pool name

restorePointName
String

The name of the restore point.

Applies to