Compartir a través de


TaskAddResult.Error Propiedad

Definición

Obtiene o establece el error detectado al intentar agregar la tarea.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a