Skip to main content

OpKind.json

{
"description": "The type of operation performed while executing a deploy.",
"type": "string",
"enum": [
"Read",
"Write",
"Add",
"NoOp"
]
}