Partager via


IRestorePointsOperations Interface

Définition

Opérations RestorePointsOperations.

public interface IRestorePointsOperations
type IRestorePointsOperations = interface
Public Interface IRestorePointsOperations

Méthodes

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

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

CreateWithHttpMessagesAsync(String, String, String, String, 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.

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

Obtient la liste des points de restauration de base de données.

Méthodes d’extension

BeginCreateAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

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

CreateAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

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

DeleteAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

Supprime un point de restauration.

GetAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

Obtient un point de restauration.

ListByDatabaseAsync(IRestorePointsOperations, String, String, String, CancellationToken)

Obtient la liste des points de restauration de base de données.

S’applique à