JobErrorCategory Structure
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 des valeurs pour JobErrorCategory.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCategoryConverter))]
public struct JobErrorCategory : IEquatable<Microsoft.Azure.Management.Media.Models.JobErrorCategory>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.JobErrorCategoryConverter))>]
type JobErrorCategory = struct
Public Structure JobErrorCategory
Implements IEquatable(Of JobErrorCategory)
- Héritage
-
JobErrorCategory
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
Configuration |
L’erreur est liée à la configuration. |
Content |
L’erreur est liée aux données dans les fichiers d’entrée. |
Download |
L’erreur est liée au téléchargement. |
Service |
L’erreur est liée au service. |
Upload |
L’erreur est liée au chargement. |
Méthodes
Equals(JobErrorCategory) |
Compare les énumérations de type JobErrorCategory |
Equals(Object) |
Remplace l’opérateur Equals pour JobErrorCategory |
GetHashCode() |
Retourne pour hashCode JobErrorCategory |
ToString() |
Retourne une représentation sous forme de chaîne pour JobErrorCategory |
Opérateurs
Equality(JobErrorCategory, JobErrorCategory) |
Substitution de l’opérateur == pour l’énumération JobErrorCategory |
Implicit(JobErrorCategory to String) |
Opérateur implicite pour convertir JobErrorCategory en chaîne |
Implicit(String to JobErrorCategory) |
Opérateur implicite pour convertir une chaîne en JobErrorCategory |
Inequality(JobErrorCategory, JobErrorCategory) |
Substitution de l’opérateur != pour l’énumération JobErrorCategory |
S’applique à
Azure SDK for .NET