你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BulkEnrollmentOperationError Class

Definition

Representation of a single Device Provisioning Service device registration operation error.

public class BulkEnrollmentOperationError
type BulkEnrollmentOperationError = class
Public Class BulkEnrollmentOperationError
Inheritance
BulkEnrollmentOperationError

Examples

The following JSON is an example of a single error operation from a Bulk operation

{
     "registrationId":"validRegistrationId1",
     "errorCode":200,
     "errorStatus":"Succeeded"
}

Remarks

This error is returned as a result of the RunBulkOperationAsync(BulkOperationMode, IEnumerable<IndividualEnrollment>, CancellationToken) as part of the BulkEnrollmentOperationResult.

Constructors

Name Description
BulkEnrollmentOperationError()

Properties

Name Description
ErrorCode

Error code.

ErrorStatus

Error status.

RegistrationId

Registration Id.

Applies to