RequestReplacementInterceptor Classe
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.
Les classes dérivées peuvent inspecter, remplacer ou modifier un BatchRequest.
public class RequestReplacementInterceptor : Microsoft.Azure.Batch.BatchClientBehavior
type RequestReplacementInterceptor = class
inherit BatchClientBehavior
Public Class RequestReplacementInterceptor
Inherits BatchClientBehavior
- Héritage
- Dérivé
Constructeurs
RequestReplacementInterceptor() |
Initialise une nouvelle instance de RequestReplacementInterceptor. |
RequestReplacementInterceptor(BatchRequestReplacementInterceptHandler) |
Initialise une nouvelle instance de RequestReplacementInterceptor |
Propriétés
ReplacementInterceptHandler |
Obtient ou définit une méthode qui sera appelée juste avant l’exécution d’un IBatchRequest . La demande peut être inspectée, remplacée, modifiée ou ignorée. |
S’applique à
Azure SDK for .NET