Partager via


ISqlPoolRestorePointsOperations Interface

Définition

Opérations SqlPoolRestorePointsOperations.

public interface ISqlPoolRestorePointsOperations
type ISqlPoolRestorePointsOperations = interface
Public Interface ISqlPoolRestorePointsOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, CreateSqlPoolRestorePointDefinition, Dictionary<String,List<String>>, CancellationToken)

Crée un point de restauration pour un entrepôt de données.

CreateWithHttpMessagesAsync(String, String, String, CreateSqlPoolRestorePointDefinition, Dictionary<String,List<String>>, CancellationToken)

Crée un point de restauration pour un entrepôt de données.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un point de restauration.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient un point de restauration.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtenir la sauvegarde du pool SQL

ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenir la sauvegarde du pool SQL

Méthodes d’extension

BeginCreate(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition)

Crée un point de restauration pour un entrepôt de données.

BeginCreateAsync(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition, CancellationToken)

Crée un point de restauration pour un entrepôt de données.

Create(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition)

Crée un point de restauration pour un entrepôt de données.

CreateAsync(ISqlPoolRestorePointsOperations, String, String, String, CreateSqlPoolRestorePointDefinition, CancellationToken)

Crée un point de restauration pour un entrepôt de données.

Delete(ISqlPoolRestorePointsOperations, String, String, String, String)

Supprime un point de restauration.

DeleteAsync(ISqlPoolRestorePointsOperations, String, String, String, String, CancellationToken)

Supprime un point de restauration.

Get(ISqlPoolRestorePointsOperations, String, String, String, String)

Obtient un point de restauration.

GetAsync(ISqlPoolRestorePointsOperations, String, String, String, String, CancellationToken)

Obtient un point de restauration.

List(ISqlPoolRestorePointsOperations, String, String, String)

Obtenir la sauvegarde du pool SQL

ListAsync(ISqlPoolRestorePointsOperations, String, String, String, CancellationToken)

Obtenir la sauvegarde du pool SQL

ListNext(ISqlPoolRestorePointsOperations, String)

Obtenir la sauvegarde du pool SQL

ListNextAsync(ISqlPoolRestorePointsOperations, String, CancellationToken)

Obtenir la sauvegarde du pool SQL

S’applique à