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

PropertyBatchOperationKind 枚举

type: string

属性批处理操作的类型,由要执行的操作确定。 下面是可能的值。

可能的值包括:

  • Invalid - 指示属性操作无效。 所有 Service Fabric 枚举的类型都无效。 值为 0。
  • Put - 操作将创建或编辑属性。 值为 1。
  • Get - 操作将获取属性。 值为 2。
  • CheckExists- 操作将检查属性存在或不存在,具体取决于提供的值。 值为 3。
  • CheckSequence - 操作将确保序列号等于提供的值。 值为 4。
  • Delete - 操作将删除属性。 值为 5。
  • CheckValue - 操作将确保属性的值等于提供的值。 值为 7。