BulkOperationMode Enum

Definition

The Device Provisioning Service bulk operation modes.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BulkOperationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BulkOperationMode = 
Public Enum BulkOperationMode
Inheritance
BulkOperationMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Create 0

Create mode.

Delete 3

Delete mode.

Update 1

Update mode.

UpdateIfMatchETag 2

Update only if the ETag matches.

Applies to