PropertyBatchOperationKind Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica el tipo de BatchPropertyOperation.
public enum PropertyBatchOperationKind
type PropertyBatchOperationKind =
Public Enum PropertyBatchOperationKind
- Herencia
-
PropertyBatchOperationKind
Campos
CheckExists | 3 | Indica que es PropertyBatchOperation de tipo CheckExistsPropertyOperation. |
CheckSequence | 4 | Indica que es PropertyBatchOperation de tipo CheckSequencePropertyOperation. |
CheckValue | 7 | Indica que es PropertyBatchOperation de tipo CheckValuePropertyOperation. |
Delete | 5 | Indica que es PropertyBatchOperation de tipo DeletePropertyOperation. |
Get | 2 | Indica que es PropertyBatchOperation de tipo GetPropertyOperation. |
Invalid | 0 | Todas las enumeraciones de Service Fabric tienen una marca reservada "No válida". |
Put | 1 | Indica que es PropertyBatchOperation de tipo PutPropertyOperation. |
PutCustom | 6 | Indica que es PropertyBatchOperation de tipo PutCustomPropertyOperation. |
Se aplica a
Azure SDK for .NET