Compartir a través de


TaskFailureInformation.Category Propiedad

Definición

Obtiene o establece la categoría del error tarea.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "userError", "serverError".

Se aplica a