Package version:

Interface LongTermRetentionBackups

Interface representing a LongTermRetentionBackups.

Hierarchy

  • LongTermRetentionBackups

Methods

  • Deletes a long term retention backup.

    Parameters

    • locationName: string

      The location of the database

    • longTermRetentionServerName: string

      The name of the server

    • longTermRetentionDatabaseName: string

      The name of the database

    • backupName: string

      The backup name.

    • Optional options: LongTermRetentionBackupsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a long term retention backup.

    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.

    • locationName: string

      The location of the database

    • longTermRetentionServerName: string

      The name of the server

    • longTermRetentionDatabaseName: string

      The name of the database

    • backupName: string

      The backup name.

    • Optional options: LongTermRetentionBackupsDeleteByResourceGroupOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a long term retention backup.

    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.

    • locationName: string

      The location of the database

    • longTermRetentionServerName: string

      The name of the server

    • longTermRetentionDatabaseName: string

      The name of the database

    • backupName: string

      The backup name.

    • Optional options: LongTermRetentionBackupsDeleteByResourceGroupOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc