JobErrorCategoryConverter 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.
Définit les valeurs de JobErrorCategory.
public sealed class JobErrorCategoryConverter : Newtonsoft.Json.JsonConverter
type JobErrorCategoryConverter = class
inherit JsonConverter
Public NotInheritable Class JobErrorCategoryConverter
Inherits JsonConverter
- Héritage
-
Newtonsoft.Json.JsonConverterJobErrorCategoryConverter
Constructeurs
JobErrorCategoryConverter() |
Définit les valeurs de JobErrorCategory. |
Méthodes
CanConvert(Type) |
Retourne si objectType peut être converti en JobErrorCategory par le convertisseur. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Remplace ReadJson et convertit le jeton en JobErrorCategory. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Remplacement de WriteJson pour JobErrorCategory pour la sérialisation. |
S’applique à
Azure SDK for .NET