次の方法で共有


BulkOperationMode 列挙型

定義

Device Provisioning Service の一括操作モード。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BulkOperationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BulkOperationMode = 
Public Enum BulkOperationMode
継承
BulkOperationMode
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Create 0

モードを作成します。

Delete 3

削除モード。

Update 1

更新モード。

UpdateIfMatchETag 2

ETag が一致する場合にのみ更新します。

適用対象