Compartir a través de


BulkEnrollmentOperationResult.Errors Propiedad

Definición

Errores de registro.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Provisioning.Service.BulkEnrollmentOperationError> Errors { get; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Provisioning.Service.BulkEnrollmentOperationError> Errors { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")>]
member this.Errors : seq<Microsoft.Azure.Devices.Provisioning.Service.BulkEnrollmentOperationError>
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")>]
member this.Errors : seq<Microsoft.Azure.Devices.Provisioning.Service.BulkEnrollmentOperationError> with get, set
Public ReadOnly Property Errors As IEnumerable(Of BulkEnrollmentOperationError)
Public Property Errors As IEnumerable(Of BulkEnrollmentOperationError)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Detalla cada inscripción con errores en la operación masiva e informa del motivo del error.

Se aplica a