Package version:

Interface RestorePoints

Interface representing a RestorePoints.

Hierarchy

  • RestorePoints

Methods

  • Deletes a restore point.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • restorePointName: string

      The name of the restore point.

    • Optional options: RestorePointsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a restore point.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • restorePointName: string

      The name of the restore point.

    • Optional options: RestorePointsGetOptionalParams

      The options parameters.

    Returns Promise<RestorePoint>

Generated using TypeDoc