CheckValuePropertyBatchOperation Class

Represents a PropertyBatchOperation that compares the value of the property with the expected value. The CheckValuePropertyBatchOperation is generally used as a precondition for the write operations in the batch. Note that if one PropertyBatchOperation in a PropertyBatch fails, the entire batch fails and cannot be committed in a transactional manner.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.PropertyBatchOperation
CheckValuePropertyBatchOperation

Constructor

CheckValuePropertyBatchOperation(*, property_name: str, value, **kwargs)

Parameters

property_name
str
Required

Required. The name of the Service Fabric property.

kind
str
Required

Required. Constant filled by server.

value
PropertyValue
Required

Required. The expected property value.