Partager via


TaskFailureInformation.Category Propriété

Définition

Obtient ou définit la catégorie de l’erreur de tâche.

[Newtonsoft.Json.JsonProperty(PropertyName="category")]
public Microsoft.Azure.Batch.Protocol.Models.ErrorCategory Category { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="category")>]
member this.Category : Microsoft.Azure.Batch.Protocol.Models.ErrorCategory with get, set
Public Property Category As ErrorCategory

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes : « userError », « serverError »

S’applique à