IProtectionIntentOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations ProtectionIntentOperations.
public interface IProtectionIntentOperations
type IProtectionIntentOperations = interface
Public Interface IProtectionIntentOperations
Méthodes
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ProtectionIntentResource, Dictionary<String,List<String>>, CancellationToken) |
Créer une intention pour l’activation de la sauvegarde d’un élément. Il s’agit d’une opération synchrone. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Utilisé pour supprimer l’intention d’un élément |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Fournit les détails de l’élément d’intention de protection. S'agissant d'une opération asynchrone, Pour connaître la status de l’opération, appelez l’API GetItemOperationResult. |
ValidateWithHttpMessagesAsync(String, PreValidateEnableBackupRequest, Dictionary<String,List<String>>, CancellationToken) |
Il validera les éléments suivants
|
Méthodes d’extension
CreateOrUpdate(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource) |
Créer une intention pour l’activation de la sauvegarde d’un élément. Il s’agit d’une opération synchrone. |
CreateOrUpdateAsync(IProtectionIntentOperations, String, String, String, String, ProtectionIntentResource, CancellationToken) |
Créer une intention pour l’activation de la sauvegarde d’un élément. Il s’agit d’une opération synchrone. |
Delete(IProtectionIntentOperations, String, String, String, String) |
Utilisé pour supprimer l’intention d’un élément |
DeleteAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken) |
Utilisé pour supprimer l’intention d’un élément |
Get(IProtectionIntentOperations, String, String, String, String) |
Fournit les détails de l’élément d’intention de protection. S'agissant d'une opération asynchrone, Pour connaître la status de l’opération, appelez l’API GetItemOperationResult. |
GetAsync(IProtectionIntentOperations, String, String, String, String, CancellationToken) |
Fournit les détails de l’élément d’intention de protection. S'agissant d'une opération asynchrone, Pour connaître la status de l’opération, appelez l’API GetItemOperationResult. |
Validate(IProtectionIntentOperations, String, PreValidateEnableBackupRequest) |
Il validera les éléments suivants
|
ValidateAsync(IProtectionIntentOperations, String, PreValidateEnableBackupRequest, CancellationToken) |
Il validera les éléments suivants
|
S’applique à
Azure SDK for .NET