Partilhar via


TaskFailureInformation.Category Propriedade

Definição

Obtém ou define a categoria do erro Tarefa.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'userError', 'serverError'

Aplica-se a