PatchOperationKind Enum

Definition

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

Fields

Disable 3
Enable 2
Remove 1
Set 0

Applies to